mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Adding generation files for vc projects
This commit is contained in:
parent
7c97b4a3ab
commit
a48afd1822
19
samples/qt/IESample/generation-vc-projects.bat
Normal file
19
samples/qt/IESample/generation-vc-projects.bat
Normal file
@ -0,0 +1,19 @@
|
||||
REM Generation of vcproj files with qmake utilite
|
||||
REM Variable QTDIR and PATH to qmake executable must be defined without fail
|
||||
|
||||
REM Use first argument to specify version of Visual Studio (vc8, vc9, or vc10),
|
||||
REM second argument specifies architecture) (win32 or win64)
|
||||
|
||||
call "%~dp0..\..\..\ros\env_build.bat" %1 %2
|
||||
|
||||
IF NOT DEFINED QTDIR GOTO ERR_QTDIR
|
||||
|
||||
SET PATH=%QTDIR%\bin;%PATH%
|
||||
|
||||
qmake -tp vc -r Tutorial.pro
|
||||
|
||||
:ERR_QTDIR
|
||||
ECHO Environment variable "QTDIR" has not been defined. Abort.
|
||||
GOTO END
|
||||
|
||||
:END
|
19
samples/qt/Tutorial/generation-vc-projects.bat
Normal file
19
samples/qt/Tutorial/generation-vc-projects.bat
Normal file
@ -0,0 +1,19 @@
|
||||
REM Generation of vcproj files with qmake utilite
|
||||
REM Variable QTDIR and PATH to qmake executable must be defined without fail
|
||||
|
||||
REM Use first argument to specify version of Visual Studio (vc8, vc9, or vc10),
|
||||
REM second argument specifies architecture) (win32 or win64)
|
||||
|
||||
call "%~dp0..\..\..\ros\env_build.bat" %1 %2
|
||||
|
||||
IF NOT DEFINED QTDIR GOTO ERR_QTDIR
|
||||
|
||||
SET PATH=%QTDIR%\bin;%PATH%
|
||||
|
||||
qmake -tp vc -r Tutorial.pro
|
||||
|
||||
:ERR_QTDIR
|
||||
ECHO Environment variable "QTDIR" has not been defined. Abort.
|
||||
GOTO END
|
||||
|
||||
:END
|
Loading…
x
Reference in New Issue
Block a user