mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Add cmake switch to indicate that a Qt5 build is using KDE's Qt 5.15 fork
There's no easy way to detect this automatically, so a manual switch is required
This commit is contained in:
parent
6d3cec6dcf
commit
1495cd5785
@ -425,6 +425,7 @@ if(WITH_CORE)
|
|||||||
else()
|
else()
|
||||||
set(QT_MIN_VERSION 5.12.0)
|
set(QT_MIN_VERSION 5.12.0)
|
||||||
set(QT_VERSION_BASE "Qt5")
|
set(QT_VERSION_BASE "Qt5")
|
||||||
|
set(WITH_QT5_KDE_FORK FALSE CACHE BOOL "Using KDE's Qt 5.15 fork")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Use Qt5SerialPort optionally for GPS
|
# Use Qt5SerialPort optionally for GPS
|
||||||
|
@ -104,5 +104,7 @@
|
|||||||
|
|
||||||
#cmakedefine ENABLE_TESTS
|
#cmakedefine ENABLE_TESTS
|
||||||
|
|
||||||
|
#cmakedefine WITH_QT5_KDE_FORK
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user