VirtualBox

Changeset 10583 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 14, 2008 1:20:36 AM (16 years ago)
Author:
vboxsync
Message:

Set VBOX_WITH_QT4_SUN on non-ose builds of darwin, solaris and windows. Linux users have to set it them selves until the tools server have been updated (todo). (The configure script should override it if internal builds.) qt4 unit part 2: Added a QT_PREFIX to the template based on the

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk

    r10582 r10583  
    4646VBOX_WITH_DEBUGGER_GUI :=
    4747DEFS := $(filter-out VBOX_WITH_DEBUGGER_GUI,$(DEFS))
     48
     49# Guess VBOX_WITH_QT4_SUN
     50ifndef VBOX_WITH_QT4_SUN
     51 ifndef VBOX_OSE
     52  if1of ($(KBUILD_TARGET), darwin solaris win)
     53   VBOX_WITH_QT4_SUN := 1
     54  endif
     55 endif
     56endif
    4857
    4958#
     
    216225 TEMPLATE_VBOXQT4GUIEXE_LRCTOOL = QT4
    217226 TEMPLATE_VBOXQT4GUIEXE_SDKS = QT4
     227 ifdef VBOX_WITH_QT4_SUN
     228  ifneq ($(KBUILD_TARGET),darwin) ## @todo The next darwin build should also make use the prefix just to make things more uniform.
     229   TEMPLATE_VBOXQT4GUIEXE_QT_PREFIX = VBox
     230  endif
     231 endif
    218232endif # USE_KBUILD_QT_UNIT
    219233TEMPLATE_VBOXQT4GUIEXE_DEFS = IN_RING3 QT_NO_DEBUG QT_THREAD_SUPPORT $(ARCH_BITS_DEFS) $(VBOX_DEFS_QT4)
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