Changeset 23352 in vbox for trunk/configure
- Timestamp:
- Sep 26, 2009 6:08:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r23336 r23352 1347 1347 fi 1348 1348 done 1349 # Now try the user provided directory and some of the standard directories. 1349 # Now try the user provided directory and some of the standard directories. 1350 1350 QT_TRIES="$QT4DIR /System/Library /Library" 1351 1351 for t in $QT_TRIES; do … … 1447 1447 # Successful build & run the test application so add the necessary 1448 1448 # params to AutoConfig.kmk 1449 cnf_append "PATH_SDK_QT4_INC" "$PATH_SDK_QT4/Frameworks" 1450 cnf_append "PATH_SDK_QT4_LIB" "$PATH_SDK_QT4/Frameworks" 1451 cnf_append "PATH_SDK_QT4" "$PATH_SDK_QT4/Frameworks" 1449 cnf_append "PATH_SDK_QT4_INC" "$PATH_SDK_QT4/Frameworks" 1450 cnf_append "PATH_SDK_QT4_LIB" "$PATH_SDK_QT4/Frameworks" 1451 cnf_append "PATH_SDK_QT4" "$PATH_SDK_QT4/Frameworks" 1452 1452 # Check for the moc tool in the Qt directory found & some standard 1453 1453 # directories. … … 1903 1903 9\.*) 1904 1904 darwin_ver="10.5" 1905 #cnf_append "VBOX_TARGET_MAC_OS_X_VERSION_10_5" "1"1906 1905 cnf_append "VBOX_WITHOUT_VBOXPYTHON_FOR_OSX_10_6" "1" 1907 1906 ;;
Note:
See TracChangeset
for help on using the changeset viewer.