QtMobilityGitBranch1.0-apple.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. *** 413,423 ****
  5. }
  6. #compile tests
  7. ! compileTest QMF qmf
  8. ! compileTest NetworkManager networkmanager
  9. ! compileTest "CoreWLAN (MacOS 10.6)" corewlan
  10. ! compileTest "Maemo ICD" maemo-icd
  11. ! compileTest "Maemo ICD WLAN" maemo-icd-network-wlan
  12. # Now module selection
  13. # using 'expr match ....' should help a bit
  14. --- 413,423 ----
  15. }
  16. #compile tests
  17. ! #compileTest QMF qmf
  18. ! #compileTest NetworkManager networkmanager
  19. ! #compileTest "CoreWLAN (MacOS 10.6)" corewlan
  20. ! #compileTest "Maemo ICD" maemo-icd
  21. ! #compileTest "Maemo ICD WLAN" maemo-icd-network-wlan
  22. # Now module selection
  23. # using 'expr match ....' should help a bit
  24. ***************
  25. *** 493,499 ****
  26. fi
  27. echo "Running qmake..."
  28. ! if qmake -recursive "$relpath/qtmobility.pro"; then
  29. echo ""
  30. echo "configure has finished. You may run make or gmake to build the project now."
  31. else
  32. --- 493,499 ----
  33. fi
  34. echo "Running qmake..."
  35. ! if qmake -spec macx-g++ -recursive "$relpath/qtmobility.pro"; then
  36. echo ""
  37. echo "configure has finished. You may run make or gmake to build the project now."
  38. else