Skip to content

Commit

Permalink
cmake: don't check for Qt6 #90
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Nov 10, 2023
1 parent 708a5b9 commit f471798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/friction-common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if(NOT WIN32)
endif()

find_package(PkgConfig QUIET)
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED)
find_package(QT NAMES Qt5 COMPONENTS Core REQUIRED)
find_package(
Qt${QT_VERSION_MAJOR}
5.12
Expand Down

0 comments on commit f471798

Please sign in to comment.