- Timestamp:
- Sep 22, 2023 4:26:33 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 159226
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r100819 r101243 1578 1578 QT_TRIES="$QT6DIR /System/Library /Library" 1579 1579 for t in $QT_TRIES; do 1580 if [ -f "$t/Frameworks/QtCore.framework/QtCore" -o -f "$t/clang_64/lib/QtCore.framework/QtCore" ]; then1580 if [ -f "$t/Frameworks/QtCore.framework/QtCore" -o -f "$t/clang_64/lib/QtCore.framework/QtCore" -o -f "$t/lib/QtCore.framework/QtCore" ]; then 1581 1581 PATH_SDK_QT6="$t" 1582 1582 foundqt6=1 … … 1586 1586 # Add the necessary params for building the test application 1587 1587 if [ -n "$PATH_SDK_QT6" ]; then 1588 if [ -f "$t/clang_64/lib/QtCore.framework/QtCore" ]; then 1588 if [ -f "$t/lib/QtCore.framework/QtCore" ]; then 1589 INCQT6=-I$PATH_SDK_QT6/lib/QtCore.framework/Headers 1590 LIBQT6=-F$PATH_SDK_QT6/lib 1591 SDKQT6=$PATH_SDK_QT6 1592 elif [ -f "$t/clang_64/lib/QtCore.framework/QtCore" ]; then 1589 1593 INCQT6=-I$PATH_SDK_QT6/clang_64/lib/QtCore.framework/Headers 1590 1594 LIBQT6=-F$PATH_SDK_QT6/clang_64/lib
Note:
See TracChangeset
for help on using the changeset viewer.