We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4957db commit 08b7093Copy full SHA for 08b7093
build.bat
@@ -67,9 +67,9 @@ for %%a in (%*) do (
67
set "HAVE_QTBINDINGS=0"
68
) else if "!arg!" equ "-without-qt" (
69
set "HAVE_QT=0"
70
- set "HAVE_CURL=1"
71
- set "HAVE_EXPAT=1"
72
- set "HAVE_PTHREADS=1"
+ set "HAVE_CURL=1"
+ set "HAVE_EXPAT=1"
+ set "HAVE_PTHREADS=1"
73
74
) else if "!arg!" equ "-with-64bit-coord" (
75
set "HAVE_64BIT_COORD=1"
@@ -254,6 +254,8 @@ if not exist "%option-build%" (
254
goto :eof
255
)
256
257
+touch %inst_path%\src\version\version.h
258
+
259
echo on
260
"%option-qmake%" ^
261
HAVE_QT_UITOOLS=1 ^
0 commit comments