4
0
mirror of https://github.com/QuasarApp/ViewSolutions.git synced 2025-05-08 15:39:44 +00:00

update cmake

This commit is contained in:
Andrei Yankovich 2021-04-20 18:34:12 +03:00
parent 094c2c6cd0
commit 8d5b7961ff
2 changed files with 2 additions and 6 deletions

2
CMake

@ -1 +1 @@
Subproject commit fd634d9f26e9760630d2ea0b7cd965f7d2b1e61b
Subproject commit ca34cc4a17ae7a4f6d988fb1bbcbfb27da26d287

@ -28,11 +28,7 @@ if ( NOT DEFINED VIEWSOLUTIONS_EXAMPLES )
endif()
endif()
include(CMake/QuasarAppCITargets.cmake)
include(CMake/ccache.cmake)
include(CMake/QtUtils.cmake)
include(CMake/ProjectOut.cmake)
include(CMake/crossplatform/crossplatform.cmake)
include(CMake/QuasarApp.cmake)
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core Quick QuickControls2 REQUIRED)
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Quick QuickControls2 REQUIRED)