VirtualBox

Changeset 2323 in kBuild for branches


Ignore:
Timestamp:
Apr 10, 2009 4:15:23 PM (16 years ago)
Author:
bird
Message:

Backported 2272: qt4.kmk: Look for the QT4 tools in the alternative tools tree (x86) when present (amd64).

Location:
branches/kBuild-0.1.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/kBuild-0.1.5

    • Property svn:mergeinfo changed
      /trunkmerged: 2272
  • branches/kBuild-0.1.5/kBuild/units/qt4.kmk

    r2245 r2323  
    6767#       PATH_SDK_QT4_LIB       - The lib directory for KBUILD_TARGET.
    6868ifndef PATH_SDK_QT4
    69  PATH_SDK_QT4 := $(firstword $(rsort $(wildcard $(PATH_DEVTOOLS_TRG)/qt/v4*)))
     69 PATH_SDK_QT4 := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS_TRG)/qt/v4*)))
    7070 ifeq ($(PATH_SDK_QT4),)
    7171  # If target == host, try look for Qt in the various platform specific places.
     
    169169  ifeq ($(PATH_SDK_QT4),)
    170170   $(warning kBuild: Couldn't find the Qt4 headers and libaries...)
    171    PATH_SDK_QT4 := $(PATH_DEVTOOLS_TRG)/qt/not-found
     171   PATH_SDK_QT4 := $(KBUILD_DEVTOOLS_TRG)/qt/not-found
    172172  endif
    173173 endif
     
    212212endif
    213213ifndef PATH_TOOL_QT4_BIN
    214  PATH_TOOL_QT4_BIN := $(firstword $(rsort $(wildcard $(PATH_DEVTOOLS_BLD)/qt/v4*/bin)))
     214 PATH_TOOL_QT4_BIN := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS_HST)/qt/v4*/bin)))
     215 if "$(PATH_TOOL_QT4_BIN)" == "" && "$(KBUILD_DEVTOOLS_HST_ALT)" != ""
     216  PATH_TOOL_QT4_BIN := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS_HST_ALT)/qt/v4*/bin)))
     217 endif
    215218 ifeq ($(PATH_TOOL_QT4_BIN),)
    216219  ifdef TOOL_QT4_BIN_SUFF
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