- Timestamp:
- Jul 19, 2016 10:46:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r62312 r62313 215 215 Frameworks/$(qtmod).framework/Resources=>Versions/5/Resources) 216 216 else # win x11 217 # ifeq ($(int-ge $(VBOX_GCC_VERSION_CXX),40400),) 218 # $(error gcc >= 4.4 required when compiling against Qt5!) 219 # endif 217 ifndef VBOX_ONLY_BUILD 218 ifneq ($(VBOX_GCC_VERSION_CXX),) 219 ifeq ($(int-ge $(VBOX_GCC_VERSION_CXX),40400),) 220 $(error gcc >= 4.4 required when compiling against Qt5!) 221 endif 222 endif 223 endif 220 224 if defined(VBOX_WITH_ORACLE_QT) || defined(VBOX_WITH_QT_PAYLOAD) 221 225 include $(KBUILD_PATH)/units/qt5.kmk
Note:
See TracChangeset
for help on using the changeset viewer.