Skip to content

Commit 1cc7572

Browse files
committed
Switch to qt6 by default
1 parent 5e00d3e commit 1cc7572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")
1515

1616

1717
# Variables
18-
SET(INTERFACE_TYPE "qt5" CACHE STRING "Select interface type: qt5/qt6/gtk")
18+
SET(INTERFACE_TYPE "qt6" CACHE STRING "Select interface type: qt5/qt6/gtk")
1919
MESSAGE(STATUS "${INTERFACE_TYPE} interface will be built")
2020
SET(MANUAL_DIR "share/doc/gimagereader" CACHE PATH "Path where manual will be installed")
2121
SET(ENABLE_VERSIONCHECK 1 CACHE BOOL "Enable version check")

0 commit comments

Comments
 (0)