Changeset 8052 in vbox for trunk/configure
- Timestamp:
- Apr 16, 2008 4:14:46 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29725
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r8051 r8052 1197 1197 else 1198 1198 if which_wrapper pkg-config > /dev/null; then 1199 qt4_ver=`pkg-config Qt Gui--modversion 2>> $LOG`1199 qt4_ver=`pkg-config QtCore --modversion 2>> $LOG` 1200 1200 if [ $? -ne 0 ]; then 1201 1201 log_failure "not found" 1202 1202 # fail 1203 1203 else 1204 FLGQT4=`pkg-config Qt Gui--cflags`1204 FLGQT4=`pkg-config QtCore --cflags` 1205 1205 INCQT4=`strip_I "$FLGQT4"` 1206 LIBQT4=`pkg-config Qt Gui--libs`1206 LIBQT4=`pkg-config QtCore --libs` 1207 1207 foundqt4=1 1208 1208 fi … … 1216 1216 cat > .tmp_src.cc << EOF 1217 1217 #include <cstdio> 1218 #include <Qt /qglobal.h>1218 #include <QtGlobal> 1219 1219 extern "C" int main(void) 1220 1220 {
Note:
See TracChangeset
for help on using the changeset viewer.