qtmobility/configure.bat
branchRCL_3
changeset 2 87be51aa5b5b
parent 1 5822d84012fb
child 3 eb34711bcc75
--- a/qtmobility/configure.bat	Thu Apr 15 08:16:03 2010 +0300
+++ b/qtmobility/configure.bat	Tue Apr 27 17:29:55 2010 +0300
@@ -360,7 +360,10 @@
         cd config.tests\make
     )
 
-    for /f "tokens=3" %%i in ('call %QT_PATH%qmake %SOURCE_PATH%\config.tests\make\make.pro 2^>^&1 1^>NUL') do set BUILDSYSTEM=%%i
+    for /f "tokens=2,3" %%a in ('call %QT_PATH%qmake %SOURCE_PATH%\config.tests\make\make.pro 2^>^&1 1^>NUL') do (
+        if "%%a" == "MESSAGE:" (
+            set BUILDSYSTEM=%%b)
+    )
 
     if %BUILDSYSTEM% == symbian-abld (
         call make -h >> %PROJECT_LOG% 2>&1