try add static qt6

This commit is contained in:
Andrei Yankovich 2023-07-21 19:37:28 +02:00
parent 9b510eb5b2
commit 8365c74d62
3 changed files with 3 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "QtStaticCMake"] [submodule "QtStaticCMake"]
path = QtStaticCMake path = QtStaticCMake
url = https://github.com/OlivierLDff/QtStaticCMake url = https://github.com/QuasarApp/QtStaticCMake.git
[submodule "DoxyStyle"] [submodule "DoxyStyle"]
path = DoxyStyle path = DoxyStyle
url = https://github.com/QuasarApp/DoxyStyle.git url = https://github.com/QuasarApp/DoxyStyle.git

@ -1 +1 @@
Subproject commit 5b4bb893934bd5cdeb39a52a46b4c05536603f95 Subproject commit 94a976406f3e39a3b154d835fbd837df549b73b1

View File

@ -118,6 +118,7 @@ if (ANDROID)
endif() endif()
if (IOS) if (IOS)
include(${CMAKE_CURRENT_LIST_DIR}/QtStaticCMake/QtStaticCMake.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/QtIosCMake/AddQtIosApp.cmake) include(${CMAKE_CURRENT_LIST_DIR}/QtIosCMake/AddQtIosApp.cmake)
endif() endif()