VirtualBox

Changeset 1687 in kBuild


Ignore:
Timestamp:
Aug 22, 2008 8:39:30 PM (17 years ago)
Author:
bird
Message:

qt4.kmk: Better PATH_TOOL_QT4 guessing (fedora 8).

File:
1 edited

Legend:

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

    r1685 r1687  
    151151ifndef PATH_TOOL_QT4
    152152 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
    153156 # If not found, we'll enter the 'pathless' mode.
    154157else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette