VirtualBox

Changeset 101243 in vbox for trunk


Ignore:
Timestamp:
Sep 22, 2023 4:26:33 PM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159226
Message:

configure: bugref:10450: Tweaking Qt6 support for configure script for macOS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r100819 r101243  
    15781578    QT_TRIES="$QT6DIR /System/Library /Library"
    15791579    for t in $QT_TRIES; do
    1580       if [ -f "$t/Frameworks/QtCore.framework/QtCore" -o -f "$t/clang_64/lib/QtCore.framework/QtCore" ]; then
     1580      if [ -f "$t/Frameworks/QtCore.framework/QtCore" -o -f "$t/clang_64/lib/QtCore.framework/QtCore" -o -f "$t/lib/QtCore.framework/QtCore" ]; then
    15811581        PATH_SDK_QT6="$t"
    15821582        foundqt6=1
     
    15861586    # Add the necessary params for building the test application
    15871587    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
    15891593        INCQT6=-I$PATH_SDK_QT6/clang_64/lib/QtCore.framework/Headers
    15901594        LIBQT6=-F$PATH_SDK_QT6/clang_64/lib
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette