Changeset 56181 in vbox
- Timestamp:
- Jun 1, 2015 1:51:23 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100717
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r55389 r56181 1514 1514 { 1515 1515 printf("found version %s", QT_VERSION_STR); 1516 #if QT_VERSION >= 0x040 6021516 #if QT_VERSION >= 0x040800 1517 1517 printf(", OK.\n"); 1518 1518 return 0; 1519 1519 #else 1520 printf(", expected version 4. 6.2or higher\n");1520 printf(", expected version 4.8.0 or higher\n"); 1521 1521 return 1; 1522 1522 #endif … … 1547 1547 { 1548 1548 printf("found version %s", QT_VERSION_STR); 1549 #if QT_VERSION >= 0x040 6021549 #if QT_VERSION >= 0x040800 1550 1550 printf(", OK.\n"); 1551 1551 return 0; 1552 1552 #else 1553 printf(", expected version 4. 6.2or higher\n");1553 printf(", expected version 4.8.0 or higher\n"); 1554 1554 return 1; 1555 1555 #endif -
trunk/debian/rules
r48676 r56181 69 69 70 70 # Location of custom built Qt libraries (see below) 71 qtstdc6 := /home/vbox/Qt-4. 7.4-stdc++6-$(arch)71 qtstdc6 := /home/vbox/Qt-4.8.6-stdc++6-$(arch) 72 72 73 73 cfg_flags := $(if $(NOQT),--disable-qt,) \ 74 $(if $(filter _Debian_squeeze,$(debrel)),--with-qt4-dir=$(qtstdc6)) \ 74 75 $(if $(filter _Debian_squeeze,$(debrel)),--build-libvpx,) \ 75 76 $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \ … … 86 87 VBOX_WITHOUT_EXTPACK_PUEL_PACKING=1 \ 87 88 VBOX_WITHOUT_EXTPACK_VNC_PACKING=1 \ 89 $(if $(filter _Debian_squeeze _Ubuntu_lucid,$(debrel)),,VBOX_WITH_VMSVGA3D=1) \ 88 90 VBOX_DO_STRIP= \ 89 91 VBOX_WITH_MULTIVERSION_PYTHON= \ -
trunk/src/VBox/Installer/linux/debian/rules
r55078 r56181 92 92 93 93 # Location of custom built Qt libraries (see below) 94 qtstdc6 := /home/vbox/Qt-4. 7.4-stdc++6-$(arch)94 qtstdc6 := /home/vbox/Qt-4.8.6-stdc++6-$(arch) 95 95 96 96 cfg_flags := $(if $(NOQT),--disable-qt,) \ 97 $(if $(filter _Debian_squeeze,$(debrel)),--with-qt4-dir=$(qtstdc6)) \ 97 98 $(if $(filter _Debian_squeeze,$(debrel)),--build-libvpx,) \ 98 99 $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \ -
trunk/src/VBox/Installer/linux/rpm/rules
r55078 r56181 139 139 $(if $(filter sles10.1,$(rpmrel)),--disable-pulse,) \ 140 140 $(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)) \ 142 142 $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \ 143 143 $(if $(HEADLESS),--build-headless,) \
Note:
See TracChangeset
for help on using the changeset viewer.