VirtualBox

Changeset 10596 in vbox


Ignore:
Timestamp:
Jul 14, 2008 12:43:02 PM (17 years ago)
Author:
vboxsync
Message:

darwin build fix.

File:
1 edited

Legend:

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

    r10594 r10596  
    116116
    117117ifndef USE_KBUILD_QT_UNIT_PART_2
    118  VBOX_INCS_QT4       = \
    119         $(addprefix $(VBOX_PATH_QT4_INCLUDE)/, $(VBOX_MODULE_QT4) Qt) \
    120         $(VBOX_PATH_QT4_INCLUDE)
    121 endif
    122  VBOX_INCS_QT4       = $(VBOX_PATH_QT4_INCLUDE) ## @todo add this to the qt4 unit.
     118 VBOX_INCS_QT4       = $(addprefix $(VBOX_PATH_QT4_INCLUDE)/, $(VBOX_MODULE_QT4) Qt)
     119endif
     120 VBOX_INCS_QT4      += $(VBOX_PATH_QT4_INCLUDE) ## @todo add this to the qt4 unit.
    123121 ifeq ($(KBUILD_TARGET),win)
    124122  ifeq ($(KBUILD_TARGET_ARCH),amd64)
     
    308306  # Note that the -F flag is apple gcc only.
    309307  TEMPLATE_VBOXQT4GUIEXE_LDFLAGS += -F$(VBOX_PATH_QT4_FRAMEWORKS) $(addprefix -framework , $(VBOX_MODULE_QT4))
    310   TEMPLATE_VBOXQT4GUIEXE_CXXFLAGS += -F$(VBOX_PATH_QT4_FRAMEWORKS)
    311 endif
     308endif
     309  TEMPLATE_VBOXQT4GUIEXE_CXXFLAGS += -F$(VBOX_PATH_QT4_FRAMEWORKS) ## @todo fix in the qt unit. Somehow this fixes the #include <QtCore/qstring.h> stuff.
    312310  TEMPLATE_VBOXQT4GUIEXE_LDFLAGS += -framework Carbon -framework QuickTime -bind_at_load
    313311  TEMPLATE_VBOXQT4GUIEXE_LIBS +=
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