QtMobilityGitBranch1.0-win32.patch.in 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. --- C:/development/CTK-master-vc9/CMakeExternals/Source/QtMobility/configure_orig.bat Sun Apr 11 18:17:43 2010
  2. +++ C:/development/CTK-master-vc9/CMakeExternals/Source/QtMobility/configure.bat Sun Apr 11 21:19:33 2010
  3. @@ -60,7 +60,7 @@
  4. set MOBILITY_MODULES=bearer location contacts multimedia publishsubscribe versit messaging systeminfo serviceframework sensors
  5. set MOBILITY_MODULES_UNPARSED=
  6. set VC_TEMPLATE_OPTION=
  7. -set QT_PATH=
  8. +set QT_PATH=@QT_BINARY_DIR@\
  9. set QMAKE_CACHE=%BUILD_PATH%\.qmake.cache
  10. if exist "%QMAKE_CACHE%" del %QMAKE_CACHE%
  11. @@ -457,10 +457,15 @@
  12. echo.
  13. echo Start of compile tests
  14. REM compile tests go here.
  15. -call :compileTest LBT lbt
  16. -call :compileTest SNAP snap
  17. -call :compileTest OCC occ
  18. -call :compileTest SymbianContactSIM symbiancntsim
  19. +REM for CTK the compile tests generate errors in Visual Studio -> just disabling them
  20. +REM call :compileTest LBT lbt
  21. +echo lbt_enabled = no >> %PROJECT_CONFIG%
  22. +REM call :compileTest SNAP snap
  23. +echo snap_enabled = no >> %PROJECT_CONFIG%
  24. +REM call :compileTest OCC occ
  25. +echo occ_enabled = no >> %PROJECT_CONFIG%
  26. +REM call :compileTest SymbianContactSIM symbiancntsim
  27. +echo symbiancntsim_enabled = no >> %PROJECT_CONFIG%
  28. echo End of compile tests
  29. echo.
  30. echo.