Changeset 59468 in vbox for trunk/configure
- Timestamp:
- Jan 26, 2016 10:32:53 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105226
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r59405 r59468 1480 1480 for t in $QT_INTERNAL; do 1481 1481 if [ -f "$t/Frameworks/QtCoreVBox.framework/QtCoreVBox" ]; then 1482 cnf_append "VBOX_WITH_ QT4_SUN" "1"1482 cnf_append "VBOX_WITH_ORACLE_QT" "1" 1483 1483 log_success "use internal version" 1484 1484 return … … 1590 1590 cnf_append "PATH_SDK_QT4_LIB" '$'"(firstword `strip_L "$LIBQT4"`)" 1591 1591 if [ "$foundqt4" = "2" ]; then 1592 cnf_append "VBOX_WITH_ QT4_SUN" "1"1592 cnf_append "VBOX_WITH_ORACLE_QT" "1" 1593 1593 fi 1594 1594 if [ "$foundqt4" != "3" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.