mirror of https://github.com/KLayout/klayout.git
Ensure that version changes trigger builds (build.bat)
This commit is contained in:
parent
f4957dbad2
commit
08b7093358
|
|
@ -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 ^
|
||||
|
|
|
|||
Loading…
Reference in New Issue