Changeset 57819 in vbox for trunk/configure
- Timestamp:
- Sep 18, 2015 9:51:10 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102768
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r57803 r57819 1490 1490 fi 1491 1491 else 1492 if [ $QT4DIR_PKGCONFIG -eq 1 ]; then 1492 if ! test -d "$PWD/tools/linux.$TARGET_MACHINE/qt" && 1493 test $QT4DIR_PKGCONFIG -eq 1; then 1493 1494 # default is to use pkg-config 1494 1495 if which_wrapper pkg-config > /dev/null; then … … 1532 1533 } 1533 1534 EOF 1534 for q in $QT4DIR "$PWD/tools/linux.$TARGET_MACHINE"/qt/v4.8.*; do1535 for q in "$PWD/tools/linux.$TARGET_MACHINE"/qt/v4.8.* $QT4DIR; do 1535 1536 INCQT4="$q/include $q/include/QtCore" 1536 1537 FLGQT4="-DQT_SHARED" … … 1597 1598 fi 1598 1599 test_header "Qt4 devtools" 1599 for q in $QT4DIR "$PWD/tools/linux.$TARGET_MACHINE"/qt/v4.8.*; do1600 for q in "$PWD/tools/linux.$TARGET_MACHINE"/qt/v4.8.* $QT4DIR; do 1600 1601 # first try it with a suffix, some platforms use that 1601 1602 if which_wrapper "$q/bin/moc-qt4" > /dev/null; then
Note:
See TracChangeset
for help on using the changeset viewer.