From 08b709335867223bc07022b8e826d134030e6cf7 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 21 Dec 2022 23:23:13 +0100 Subject: [PATCH] Ensure that version changes trigger builds (build.bat) --- build.bat | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build.bat b/build.bat index fe99b4961..7ec74aa3b 100644 --- a/build.bat +++ b/build.bat @@ -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 ^