mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 07:49:02 +08:00
12 lines
498 B
Diff
12 lines
498 B
Diff
|
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
||
|
index 653546544..2091bce16 100644
|
||
|
--- a/src/CMakeLists.txt
|
||
|
+++ b/src/CMakeLists.txt
|
||
|
@@ -1,6 +1,5 @@
|
||
|
cmake_minimum_required(VERSION 3.5)
|
||
|
project(QtAdvancedDockingSystem LANGUAGES CXX VERSION ${VERSION_SHORT})
|
||
|
-find_package(QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED)
|
||
|
find_package(Qt${QT_VERSION_MAJOR} 5.5 COMPONENTS Core Gui Widgets REQUIRED)
|
||
|
if (UNIX AND NOT APPLE)
|
||
|
include_directories(${Qt${QT_VERSION_MAJOR}Gui_PRIVATE_INCLUDE_DIRS})
|