Skip to content

Commit

Permalink
Retire Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
zeule committed Sep 14, 2024
1 parent 55206e4 commit f9cd7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(CMAKE_AUTOUIC ON)
set(CMAKE_CXX_STANDARD 20)

find_package(QtCreator COMPONENTS Core REQUIRED)
find_package(QT NAMES Qt6 Qt5 COMPONENTS Widgets REQUIRED)
find_package(QT NAMES Qt6 COMPONENTS Widgets REQUIRED)
set(QtX Qt${QT_VERSION_MAJOR})

add_qtc_plugin(SpellChecker
Expand Down

0 comments on commit f9cd7d3

Please sign in to comment.