Skip to content

Commit fd5bf09

Browse files
committed
Don't require finding CorePrivate
This is just for compat
1 parent 4e5892b commit fd5bf09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ set(${PROJECT_NAME}_INSTALL_INCLUDEDIR
9090
set(CMAKE_AUTOMOC ON)
9191
set(CMAKE_AUTORCC ON)
9292

93-
find_package(${Qt} ${QtMinVersion} REQUIRED Core Network Gui Test Sql CorePrivate)
93+
find_package(${Qt} ${QtMinVersion} REQUIRED Core Network Gui Test Sql)
94+
find_package(${Qt} ${QtMinVersion} CorePrivate)
9495
get_filename_component(Qt_Prefix "${${Qt}_DIR}/../../../.." ABSOLUTE)
9596

9697
if(${Qt}Core_VERSION VERSION_GREATER_EQUAL 6.10)

0 commit comments

Comments
 (0)