Changeset 3418 for trunk/kBuild/units/qt3.kmk
- Timestamp:
- Aug 21, 2020, 1:02:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/units/qt3.kmk
r3284 r3418 65 65 # PATH_SDK_QT3_LIB.x86 - the Qt3 library directory for X86. 66 66 ifndef PATH_SDK_QT3 67 PATH_SDK_QT3 := $(firstword $(rsort $(wildcard $( PATH_DEVTOOLS_TRG)/qt/v3*)))67 PATH_SDK_QT3 := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS_TRG)/qt/v3*))) 68 68 ifeq ($(PATH_SDK_QT3),) 69 69 # If target == host, try look for Qt in the various platform specific places. … … 190 190 ifeq ($(PATH_SDK_QT3),) 191 191 $(warning kBuild: Couldn't find the Qt3 headers and libaries...) 192 PATH_SDK_QT3 := $( PATH_DEVTOOLS_TRG)/qt/not-found192 PATH_SDK_QT3 := $(KBUILD_DEVTOOLS_TRG)/qt/not-found 193 193 endif 194 194 endif … … 219 219 # PATH_TOOL_QT3_BIN - the directory containing moc, uic, lrelease, lupdate and qm2ts. 220 220 ifndef PATH_TOOL_QT3_BIN 221 PATH_TOOL_QT3_BIN := $(firstword $(rsort $(wildcard $( PATH_DEVTOOLS_BLD)/qt/v3*/bin)))221 PATH_TOOL_QT3_BIN := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS_BLD)/qt/v3*/bin))) 222 222 ifeq ($(PATH_TOOL_QT3_BIN),) 223 223 if1of ($(KBUILD_HOST), win os2)
Note:
See TracChangeset
for help on using the changeset viewer.