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