Changeset 66821 in vbox for trunk/src/VBox/Installer/linux/debian/rules
- Timestamp:
- May 8, 2017 4:31:32 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115268
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r64072 r66821 95 95 endif 96 96 97 # Depend on Qt 5.6 or later otherwise we use Qt 5.3.2 from Debian 8. 97 98 cfg_flags := $(if $(NOQT),--disable-qt,) \ 99 $(if $(NOQT),,--with-qt5-major=5 --with-qt-minor=6) \ 98 100 $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \ 99 101 $(if $(HEADLESS),--build-headless,) \
Note:
See TracChangeset
for help on using the changeset viewer.