Changeset 62314 in vbox
- Timestamp:
- Jul 19, 2016 10:51:10 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r62313 r62314 215 215 Frameworks/$(qtmod).framework/Resources=>Versions/5/Resources) 216 216 else # win x11 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!) 217 if1of ($(KBUILD_TARGET), linux solaris) 218 ifndef VBOX_ONLY_BUILD 219 ifneq ($(VBOX_GCC_VERSION_CXX),) 220 ifeq ($(int-ge $(VBOX_GCC_VERSION_CXX),40400),) 221 $(error gcc >= 4.4 required when compiling against Qt5!) 222 endif 221 223 endif 222 224 endif
Note:
See TracChangeset
for help on using the changeset viewer.

