We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e00d3e commit 1cc7572Copy full SHA for 1cc7572
CMakeLists.txt
@@ -15,7 +15,7 @@ SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")
15
16
17
# Variables
18
-SET(INTERFACE_TYPE "qt5" CACHE STRING "Select interface type: qt5/qt6/gtk")
+SET(INTERFACE_TYPE "qt6" CACHE STRING "Select interface type: qt5/qt6/gtk")
19
MESSAGE(STATUS "${INTERFACE_TYPE} interface will be built")
20
SET(MANUAL_DIR "share/doc/gimagereader" CACHE PATH "Path where manual will be installed")
21
SET(ENABLE_VERSIONCHECK 1 CACHE BOOL "Enable version check")
0 commit comments