Changeset 1757 for trunk/kBuild


Ignore:
Timestamp:
Sep 6, 2008, 8:40:54 AM (17 years ago)
Author:
bird
Message:

qt3: location guessing, windows fix.

File:
1 edited

Legend:

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

    r1756 r1757  
    6464   else
    6565    # 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)))
    6767    ifneq ($(PATH_SDK_QT3),)
    6868     ifeq ($(PATH_SDK_QT3_INC),)
Note: See TracChangeset for help on using the changeset viewer.