mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Build: Fix setting QUPZILLA_VERSION define on non-unix platforms
[ci-skip]
This commit is contained in:
parent
68087d5a3f
commit
c0c435e197
@ -8,8 +8,9 @@ UI_DIR = $$PWD/../build
|
||||
# workaround for #849: see https://bugreports.qt-project.org/browse/QTBUG-23196
|
||||
mocinclude.CONFIG *= fix_target
|
||||
|
||||
unix: VERSION = 1.7.0
|
||||
DEFINES *= QUPZILLA_VERSION=\\\"""$$VERSION"\\\""
|
||||
QZ_VERSION = 1.7.0
|
||||
unix: VERSION = $$QZ_VERSION
|
||||
DEFINES *= QUPZILLA_VERSION=\\\"""$$QZ_VERSION"\\\""
|
||||
|
||||
d_no_system_datapath = $$(NO_SYSTEM_DATAPATH)
|
||||
d_use_webgl = $$(USE_WEBGL)
|
||||
|
Loading…
Reference in New Issue
Block a user