Changeset 1757 for trunk/kBuild
- Timestamp:
- Sep 6, 2008, 8:40:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/units/qt3.kmk
r1756 r1757 64 64 else 65 65 # The Unices. Includes and esp. libs are tricky, so override the PATH_SDK_QT3_LIB* stuff if it doesn't work. 66 PATH_SDK_QT3 := $(patsubst %/bin/qm2ts,%,$(firstword $(wildcard /usr/bin/qm2ts /usr/local/bin/qm2ts /usr/qt/3/bin/qm2ts /usr/share/qt3/bin/qm2ts )))66 PATH_SDK_QT3 := $(patsubst %/bin/qm2ts,%,$(firstword $(wildcard /usr/bin/qm2ts /usr/local/bin/qm2ts /usr/qt/3/bin/qm2ts /usr/share/qt3/bin/qm2ts /usr/lib/qt-3.3/bin/qm2ts /usr/lib64/qt-3.3/bin/qm2ts $(QTDIR)/bin/qm2ts))) 67 67 ifneq ($(PATH_SDK_QT3),) 68 68 ifeq ($(PATH_SDK_QT3_INC),)
Note:
See TracChangeset
for help on using the changeset viewer.