Ignore:
Timestamp:
Aug 21, 2020, 1:02:13 PM (5 years ago)
Author:
bird
Message:

sdks/*,units/qt3.kmk: s/PATH_DEVTOOLS/KBUILD_DEVTOOLS/g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/units/qt3.kmk

    r3284 r3418  
    6565#       PATH_SDK_QT3_LIB.x86   - the Qt3 library directory for X86.
    6666ifndef 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*)))
    6868 ifeq ($(PATH_SDK_QT3),)
    6969  # If target == host, try look for Qt in the various platform specific places.
     
    190190  ifeq ($(PATH_SDK_QT3),)
    191191   $(warning kBuild: Couldn't find the Qt3 headers and libaries...)
    192    PATH_SDK_QT3 := $(PATH_DEVTOOLS_TRG)/qt/not-found
     192   PATH_SDK_QT3 := $(KBUILD_DEVTOOLS_TRG)/qt/not-found
    193193  endif
    194194 endif
     
    219219#       PATH_TOOL_QT3_BIN - the directory containing moc, uic, lrelease, lupdate and qm2ts.
    220220ifndef 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)))
    222222 ifeq ($(PATH_TOOL_QT3_BIN),)
    223223  if1of ($(KBUILD_HOST), win os2)
Note: See TracChangeset for help on using the changeset viewer.