mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-05 06:58:40 +00:00
1
This commit is contained in:
parent
041c78297b
commit
0d8deedb5e
1 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ if exist %build_path% (
|
||||||
md %build_path%
|
md %build_path%
|
||||||
cd %build_path%
|
cd %build_path%
|
||||||
|
|
||||||
:: set qmake_params=-spec win32-msvc
|
set qmake_params=-spec win32-msvc
|
||||||
|
|
||||||
if /i %debug_mode% == "true" (
|
if /i %debug_mode% == "true" (
|
||||||
set qmake_params=%qmake_params% "CONFIG+=debug" "CONFIG+=qml_debug"
|
set qmake_params=%qmake_params% "CONFIG+=debug" "CONFIG+=qml_debug"
|
||||||
|
@ -86,8 +86,8 @@ if /i %debug_mode% == "true" (
|
||||||
)
|
)
|
||||||
|
|
||||||
:: qmake ../../all.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"
|
:: qmake ../../all.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"
|
||||||
:: qmake ../../all.pro %qmake_params%
|
qmake ../../all.pro %qmake_params%
|
||||||
:qmake ../../all.pro
|
:: qmake ../../all.pro
|
||||||
if not %errorlevel%==0 (
|
if not %errorlevel%==0 (
|
||||||
echo "qmake failed"
|
echo "qmake failed"
|
||||||
goto return
|
goto return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue