VirtualBox

Changeset 9666 in vbox


Ignore:
Timestamp:
Jun 12, 2008 5:27:43 PM (16 years ago)
Author:
vboxsync
Message:

Simplified the test for whether QT4 is enabled by default or not.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r9648 r9666  
    197197# The Qt 4 GUI (experimental).
    198198ifndef VBOX_OSE
    199  if1of ($(KBUILD_TARGET), darwin)
    200   ifeq ($(KBUILD_TARGET_ARCH),x86)
    201    VBOX_WITH_QT4GUI = 1
    202   endif
    203  endif
    204 endif
     199 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.x86)
     200  VBOX_WITH_QT4GUI = 1
     201 endif
     202endif
    205203# The headless frontend.
    206204VBOX_WITH_HEADLESS = 1
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