VirtualBox

Changeset 2329 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Apr 24, 2007 4:07:39 PM (18 years ago)
Author:
vboxsync
Message:

Deal with not present QTDIR on unix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r2317 r2329  
    10131013  QTDIR := $(sort $(wildcard $(PATH_DEVTOOLS_BLD)/v*))
    10141014  QTDIR := $(call lastword,$(QTDIR))
     1015 endif
     1016else
     1017 ifndef QTDIR
     1018  # This is a pretty safe shot.
     1019  export QTDIR := $(wildcard /usr/share/qt3)
    10151020 endif
    10161021endif
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