VirtualBox

Changeset 9618 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 11, 2008 2:41:35 PM (17 years ago)
Author:
vboxsync
Message:

The darwin qt is (soon) available on the tools server, so, made some adjustments for this.

File:
1 edited

Legend:

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

    r9604 r9618  
    4949# be cleaned up properly later some time (not important now).
    5050#
    51 ifndef VBOX_PATH_QT4
     51ifeq ($(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
     62endif
     63ifeq ($(VBOX_PATH_QT4),)
    5264 if1of ($(USERNAME), bird)
    5365  # gentoo (64-bit)
     
    7688
    7789ifeq ($(KBUILD_TARGET),darwin)
    78  # This is temporary until the tools server is updated:
    79  VBOX_PATH_QT4_FRAMEWORKS = /Library/Frameworks
    8090 # This is necessary because we didn't include the Qt header in framework
    8191 # notation (e.g.: <QtCore/QObject>)).
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