Changeset 1687 in kBuild
- Timestamp:
- Aug 22, 2008 8:39:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/units/qt4.kmk
r1685 r1687 151 151 ifndef PATH_TOOL_QT4 152 152 PATH_TOOL_QT4 := $(firstword $(rsort $(wildcard $(PATH_DEVTOOLS_BLD)/qt/v4*))) 153 ifeq ($(PATH_TOOL_QT4),) 154 PATH_TOOL_QT4 := $(patsubst %/bin/qt3to4,%,$(firstword $(wildcard /usr/lib/qt4/bin/qt3to4 /usr/qt/4/bin/qt3to4 /usr/share/qt4/bin/qt3to4 /usr/local/bin/qt3to4 /usr/bin/qt3to4))) 155 endif 153 156 # If not found, we'll enter the 'pathless' mode. 154 157 else
Note:
See TracChangeset
for help on using the changeset viewer.