VirtualBox

Changeset 56181 in vbox


Ignore:
Timestamp:
Jun 1, 2015 1:51:23 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100717
Message:

minimum version of Qt is 4.8.0

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r55389 r56181  
    15141514{
    15151515  printf("found version %s", QT_VERSION_STR);
    1516 #if QT_VERSION >= 0x040602
     1516#if QT_VERSION >= 0x040800
    15171517  printf(", OK.\n");
    15181518  return 0;
    15191519#else
    1520   printf(", expected version 4.6.2 or higher\n");
     1520  printf(", expected version 4.8.0 or higher\n");
    15211521  return 1;
    15221522#endif
     
    15471547{
    15481548  printf("found version %s", QT_VERSION_STR);
    1549 #if QT_VERSION >= 0x040602
     1549#if QT_VERSION >= 0x040800
    15501550  printf(", OK.\n");
    15511551  return 0;
    15521552#else
    1553   printf(", expected version 4.6.2 or higher\n");
     1553  printf(", expected version 4.8.0 or higher\n");
    15541554  return 1;
    15551555#endif
  • trunk/debian/rules

    r48676 r56181  
    6969
    7070# Location of custom built Qt libraries (see below)
    71 qtstdc6  := /home/vbox/Qt-4.7.4-stdc++6-$(arch)
     71qtstdc6  := /home/vbox/Qt-4.8.6-stdc++6-$(arch)
    7272
    7373cfg_flags := $(if $(NOQT),--disable-qt,) \
     74             $(if $(filter _Debian_squeeze,$(debrel)),--with-qt4-dir=$(qtstdc6)) \
    7475             $(if $(filter _Debian_squeeze,$(debrel)),--build-libvpx,) \
    7576             $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \
     
    8687             VBOX_WITHOUT_EXTPACK_PUEL_PACKING=1 \
    8788             VBOX_WITHOUT_EXTPACK_VNC_PACKING=1 \
     89             $(if $(filter _Debian_squeeze _Ubuntu_lucid,$(debrel)),,VBOX_WITH_VMSVGA3D=1) \
    8890             VBOX_DO_STRIP= \
    8991             VBOX_WITH_MULTIVERSION_PYTHON= \
  • trunk/src/VBox/Installer/linux/debian/rules

    r55078 r56181  
    9292
    9393# Location of custom built Qt libraries (see below)
    94 qtstdc6  := /home/vbox/Qt-4.7.4-stdc++6-$(arch)
     94qtstdc6  := /home/vbox/Qt-4.8.6-stdc++6-$(arch)
    9595
    9696cfg_flags := $(if $(NOQT),--disable-qt,) \
     97             $(if $(filter _Debian_squeeze,$(debrel)),--with-qt4-dir=$(qtstdc6)) \
    9798             $(if $(filter _Debian_squeeze,$(debrel)),--build-libvpx,) \
    9899             $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \
  • trunk/src/VBox/Installer/linux/rpm/rules

    r55078 r56181  
    139139             $(if $(filter sles10.1,$(rpmrel)),--disable-pulse,) \
    140140             $(if $(filter el5 ol5 centos5,$(rpmrel)),--enable-pulse,) \
    141              $(if $(filter el5 ol5 centos5 sles10.1 sles11.0,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4.7.4-stdc++6-$(arch)) \
     141             $(if $(filter el5 ol5 centos5 el6 ol6 centos6 sles10.1 sles11.0,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4.8.6-stdc++6-$(arch)) \
    142142             $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \
    143143             $(if $(HEADLESS),--build-headless,) \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette