Skip to content

Commit

Permalink
Add missing Core5Compat component for find_package(Qt6)
Browse files Browse the repository at this point in the history
Not sure how it worked before this, but Qt 6.7.2 finally makes a hard
check for this.
  • Loading branch information
oblivioncth committed Jul 10, 2024
1 parent b68278e commit 968c8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ endif()
# Import Qt
set(CLIFP_QT_COMPONENTS
Core
Core5Compat
Gui
Widgets
Sql
Expand Down

0 comments on commit 968c8fc

Please sign in to comment.