QtMobilityBeta1-apple.patch 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. *** ../qt-mobility-src-1.0.0-beta1/configure 2010-02-12 03:54:12.000000000 -0500
  2. --- configure 2010-03-24 18:51:06.000000000 -0400
  3. ***************
  4. *** 364,372 ****
  5. }
  6. #compile tests
  7. ! compileTest QMF qmf
  8. ! compileTest NetworkManager networkmanager
  9. ! compileTest "CoreWLAN (MacOS 10.6)" corewlan
  10. # Now module selection
  11. # using 'expr match ....' should help a bit
  12. --- 364,372 ----
  13. }
  14. #compile tests
  15. ! #compileTest QMF qmf
  16. ! #compileTest NetworkManager networkmanager
  17. ! #compileTest "CoreWLAN (MacOS 10.6)" corewlan
  18. # Now module selection
  19. # using 'expr match ....' should help a bit
  20. ***************
  21. *** 436,442 ****
  22. mkdir -p "$shadowpath/features"
  23. echo "Running qmake..."
  24. ! if qmake -recursive "$relpath/qtmobility.pro"; then
  25. echo ""
  26. echo "configure has finished. You may run make or gmake to build the project now."
  27. else
  28. --- 436,442 ----
  29. mkdir -p "$shadowpath/features"
  30. echo "Running qmake..."
  31. ! if qmake -spec macx-g++ -recursive "$relpath/qtmobility.pro"; then
  32. echo ""
  33. echo "configure has finished. You may run make or gmake to build the project now."
  34. else