4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-03 04:59:35 +00:00
CQtDeployer/sharedBuild.bat

12 lines
203 B
Batchfile
Raw Normal View History

set QMAKE=%1
SET BASE_DIR=%~dp0
IF NOT EXIST %QMAKE% (
echo "Error! win build support only native qmake, use ./sharedBuid.bat Path/to/qmake.exe"
exit(1)
)
%QMAKE% %BASE_DIR%\CQtDeployer.pro