mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-09 17:08:48 +00:00
1
This commit is contained in:
parent
86690b8a06
commit
2058094867
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ if exist %build_path% (
|
|||
md %build_path%
|
||||
cd %build_path%
|
||||
|
||||
set qmake_params=-spec win32-msvc
|
||||
:: set qmake_params=-spec win32-msvc
|
||||
|
||||
if /i %debug_mode% == "true" (
|
||||
set qmake_params=%qmake_params% "CONFIG+=debug" "CONFIG+=qml_debug"
|
||||
|
@ -85,7 +85,7 @@ if /i %debug_mode% == "true" (
|
|||
set qmake_params=%qmake_params% "CONFIG+=qtquickcompiler"
|
||||
)
|
||||
|
||||
:: 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%
|
||||
|
||||
nmake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue