Skip to content

Commit 08b7093

Browse files
Ensure that version changes trigger builds (build.bat)
1 parent f4957db commit 08b7093

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.bat

+5-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ for %%a in (%*) do (
6767
set "HAVE_QTBINDINGS=0"
6868
) else if "!arg!" equ "-without-qt" (
6969
set "HAVE_QT=0"
70-
set "HAVE_CURL=1"
71-
set "HAVE_EXPAT=1"
72-
set "HAVE_PTHREADS=1"
70+
set "HAVE_CURL=1"
71+
set "HAVE_EXPAT=1"
72+
set "HAVE_PTHREADS=1"
7373
set "HAVE_QTBINDINGS=0"
7474
) else if "!arg!" equ "-with-64bit-coord" (
7575
set "HAVE_64BIT_COORD=1"
@@ -254,6 +254,8 @@ if not exist "%option-build%" (
254254
goto :eof
255255
)
256256

257+
touch %inst_path%\src\version\version.h
258+
257259
echo on
258260
"%option-qmake%" ^
259261
HAVE_QT_UITOOLS=1 ^

0 commit comments

Comments
 (0)