Changeset 9618 in vbox for trunk/src/VBox
- Timestamp:
- Jun 11, 2008 2:41:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r9604 r9618 49 49 # be cleaned up properly later some time (not important now). 50 50 # 51 ifndef VBOX_PATH_QT4 51 ifeq ($(VBOX_PATH_QT4),) 52 ifeq ($(KBUILD_TARGET),darwin) 53 VBOX_PATH_QT4 := $(lastword $(sort $(wildcard $(PATH_DEVTOOLS_TRG)/qt/v4*))) 54 ifeq ($(VBOX_PATH_QT4),) 55 ifneq ($(wildcard /Library/Frameworks/QtCore.framework),) 56 # Using the global installation (for OSE). 57 VBOX_PATH_QT4 ?= /usr 58 VBOX_PATH_QT4_FRAMEWORS ?= /Library/Frameworks 59 endif 60 endif 61 endif 62 endif 63 ifeq ($(VBOX_PATH_QT4),) 52 64 if1of ($(USERNAME), bird) 53 65 # gentoo (64-bit) … … 76 88 77 89 ifeq ($(KBUILD_TARGET),darwin) 78 # This is temporary until the tools server is updated:79 VBOX_PATH_QT4_FRAMEWORKS = /Library/Frameworks80 90 # This is necessary because we didn't include the Qt header in framework 81 91 # notation (e.g.: <QtCore/QObject>)).
Note:
See TracChangeset
for help on using the changeset viewer.