VirtualBox

Changeset 5110 in vbox


Ignore:
Timestamp:
Sep 30, 2007 5:02:23 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24961
Message:

Look for Qt in some more places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r5068 r5110  
    11581158else
    11591159 ifndef QTDIR
    1160   # This is a pretty safe shot.
    1161   export QTDIR := $(wildcard /usr/share/qt3)
     1160  ifdef VBOX_WITH_QTGUI
     1161   QTDIR := $(wildcard /usr/share/qt3)
     1162   ifeq ($(QTDIR),)
     1163    QTDIR := $(patsubst %/bin/moc,%,$(firstword $(wildcard /usr/bin/moc /usr/local/bin/moc /usr/X11R6/bin/moc)))
     1164   endif
     1165   ifneq ($(QTDIR),)
     1166    export QTDIR
     1167   endif
     1168  endif
    11621169 endif
    11631170endif
Note: See TracChangeset for help on using the changeset viewer.

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