Changeset 57899 in vbox for trunk/configure
- Timestamp:
- Sep 25, 2015 3:03:15 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102869
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r57889 r57899 1541 1541 I_INCQT4=`prefix_I "$INCQT4"` 1542 1542 LIBQT4="-L$q/lib -lQtCoreVBox" 1543 TOOLQT4="$q" 1543 1544 if test_compile "$LIBQT4 $LIBPTHREAD $I_INCQT4 $FLGQT4" qt4 qt4 nofatal && 1544 1545 test_execute_path "`strip_L "$LIBQT4"`" nofatal; then … … 1603 1604 fi 1604 1605 test_header "Qt4 devtools" 1605 for q in $ QT4DIR "$PWD/tools/linux.$TARGET_MACHINE"/qt/v4.8.*; do1606 for q in $TOOLQT4; do 1606 1607 # first try it with a suffix, some platforms use that 1607 1608 if which_wrapper "$q/bin/moc-qt4" > /dev/null; then
Note:
See TracChangeset
for help on using the changeset viewer.