VirtualBox

Changeset 2568 in vbox


Ignore:
Timestamp:
May 9, 2007 4:51:43 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21035
Message:

properly detect Qt on openSUSE10.2 / amd64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r2549 r2568  
    863863    cat .tmp_src.cc >> $LOG
    864864    echo "using the following command line:" >> $LOG
    865     echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib -lqt-mt" >> $LOG
    866     $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib -lqt-mt >> $LOG 2>&1
     865    if [ "$MACHINE" = "amd64" ]; then
     866      echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib64 -L$q/lib -lqt-mt" >> $LOG
     867   
     868      $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib64 -L$q/lib -lqt-mt >> $LOG 2>&1
     869    else
     870      echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib -lqt-mt" >> $LOG
     871   
     872      $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib -lqt-mt >> $LOG 2>&1
     873    fi
    867874    if (($?==0)); then
    868875      if test_execute; then
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