Changeset 5110 in vbox
- Timestamp:
- Sep 30, 2007 5:02:23 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24961
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r5068 r5110 1158 1158 else 1159 1159 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 1162 1169 endif 1163 1170 endif
Note:
See TracChangeset
for help on using the changeset viewer.