VirtualBox

Changeset 62311 in vbox for trunk


Ignore:
Timestamp:
Jul 19, 2016 10:13:30 AM (9 years ago)
Author:
vboxsync
Message:

Makefile.kmk: don't allow to compile with gcc < 4.4 if we build against Qt5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r61846 r62311  
    215215   Frameworks/$(qtmod).framework/Resources=>Versions/5/Resources)
    216216 else # win x11
     217  ifeq ($(int-ge $(VBOX_GCC_VERSION_CXX),40400),)
     218   $(error gcc >= 4.4 required when compiling against Qt5!)
     219  endif
    217220  if defined(VBOX_WITH_ORACLE_QT) || defined(VBOX_WITH_QT_PAYLOAD)
    218221   include $(KBUILD_PATH)/units/qt5.kmk
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette