mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-24 21:45:06 +00:00
1
This commit is contained in:
parent
4790effdd6
commit
041c78297b
1 changed files with 5 additions and 2 deletions
|
@ -88,11 +88,14 @@ if /i %debug_mode% == "true" (
|
|||
:: qmake ../../all.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"
|
||||
:: qmake ../../all.pro %qmake_params%
|
||||
:qmake ../../all.pro
|
||||
if not %errorlevel%==0 (
|
||||
echo "qmake failed"
|
||||
goto return
|
||||
)
|
||||
|
||||
nmake
|
||||
|
||||
if not %errorlevel%==0 (
|
||||
echo "qmake build failed"
|
||||
echo "nmake build failed"
|
||||
goto return
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue