VirtualBox

Ignore:
Timestamp:
Jun 12, 2008 5:26:31 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31998
Message:

Both win.x86 and win.amd64 should look for qt/v4*.

File:
1 edited

Legend:

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

    r9650 r9665  
    5353  VBOX_PATH_QT4 := $(lastword $(sort $(wildcard $(PATH_DEVTOOLS_TRG)/qt/v4*)))
    5454  ifeq ($(VBOX_PATH_QT4),)
    55    ifneq ($(wildcard /Library/Frameworks/QtCore.framework),) 
     55   ifneq ($(wildcard /Library/Frameworks/QtCore.framework),)
    5656    # Using the global installation (for OSE).
    5757    VBOX_PATH_QT4 ?= /usr
     
    6060  endif
    6161 else ifeq ($(KBUILD_TARGET),win)
    62   ifeq ($(KBUILD_TARGET_ARCH),x86)
    63     VBOX_PATH_QT4 ?= $(lastword $(sort $(wildcard $(PATH_DEVTOOLS_TRG)/qt/v4*)))
    64   endif
     62  VBOX_PATH_QT4 ?= $(lastword $(sort $(wildcard $(PATH_DEVTOOLS_TRG)/qt/v4*)))
    6563 endif
    6664endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette