--- /dev/null
+REM Generation of vcproj files with qmake utilite\r
+REM Variable QTDIR and PATH to qmake executable must be defined without fail\r
+\r
+REM Use first argument to specify version of Visual Studio (vc8, vc9, or vc10),\r
+REM second argument specifies architecture) (win32 or win64)\r
+\r
+call "%~dp0..\..\..\ros\env_build.bat" %1 %2\r
+\r
+IF NOT DEFINED QTDIR GOTO ERR_QTDIR\r
+\r
+SET PATH=%QTDIR%\bin;%PATH%\r
+\r
+qmake -tp vc -r Tutorial.pro\r
+\r
+:ERR_QTDIR\r
+ECHO Environment variable "QTDIR" has not been defined. Abort.\r
+GOTO END\r
+\r
+:END\r
--- /dev/null
+REM Generation of vcproj files with qmake utilite\r
+REM Variable QTDIR and PATH to qmake executable must be defined without fail\r
+\r
+REM Use first argument to specify version of Visual Studio (vc8, vc9, or vc10),\r
+REM second argument specifies architecture) (win32 or win64)\r
+\r
+call "%~dp0..\..\..\ros\env_build.bat" %1 %2\r
+\r
+IF NOT DEFINED QTDIR GOTO ERR_QTDIR\r
+\r
+SET PATH=%QTDIR%\bin;%PATH%\r
+\r
+qmake -tp vc -r Tutorial.pro\r
+\r
+:ERR_QTDIR\r
+ECHO Environment variable "QTDIR" has not been defined. Abort.\r
+GOTO END\r
+\r
+:END\r