Skip to content
Snippets Groups Projects
Commit 817140c3 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

CMake: set default major Qt version to 6

parent 4d9d9d83
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ set(Nootka_VERSION_MAJOR "2")
set(Nootka_VERSION_MINOR "1")
set(Nootka_VERSION_PATCH "7-devel")
set(QT_DEFAULT_MAJOR_VERSION 6)
set(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}")
set(Nootka_VERSION_FULL "${Nootka_VERSION}.${Nootka_VERSION_PATCH}")
......
......@@ -10,7 +10,7 @@ list(APPEND TR_SOURCES "qtbase_pt.ts")
#list(REMOVE_ITEM ${TR_SOURCES} "if_any")
qt6_add_translations(nootka
qt_add_translations(nootka
TS_FILES ${TR_SOURCES}
QM_FILES_OUTPUT_VARIABLE QM_FILES
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment