Ensure that version changes trigger builds (build.bat)

This commit is contained in:
Matthias Koefferlein 2022-12-21 23:23:13 +01:00
parent f4957dbad2
commit 08b7093358
1 changed files with 5 additions and 3 deletions

View File

@ -67,9 +67,9 @@ for %%a in (%*) do (
set "HAVE_QTBINDINGS=0"
) else if "!arg!" equ "-without-qt" (
set "HAVE_QT=0"
set "HAVE_CURL=1"
set "HAVE_EXPAT=1"
set "HAVE_PTHREADS=1"
set "HAVE_CURL=1"
set "HAVE_EXPAT=1"
set "HAVE_PTHREADS=1"
set "HAVE_QTBINDINGS=0"
) else if "!arg!" equ "-with-64bit-coord" (
set "HAVE_64BIT_COORD=1"
@ -254,6 +254,8 @@ if not exist "%option-build%" (
goto :eof
)
touch %inst_path%\src\version\version.h
echo on
"%option-qmake%" ^
HAVE_QT_UITOOLS=1 ^