mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 07:00:05 +00:00
Switch to using a submodule for qt6ct external code
This commit is contained in:
parent
0bce0e2bd7
commit
5c57ae0edc
8 changed files with 16 additions and 145 deletions
1
external/CMakeLists.txt
vendored
1
external/CMakeLists.txt
vendored
|
|
@ -21,3 +21,4 @@ include(maplibre-native-qt.cmake)
|
|||
include(stb.cmake)
|
||||
include(textflowcpp.cmake)
|
||||
include(units.cmake)
|
||||
include(qt6ct.cmake)
|
||||
|
|
|
|||
1
external/qt6ct
vendored
Submodule
1
external/qt6ct
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 55dba8704c0a748b0ce9f2d3cc2cf200ca3db464
|
||||
6
external/qt6ct.cmake
vendored
Normal file
6
external/qt6ct.cmake
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.16.0)
|
||||
set(PROJECT_NAME scwx-qt6ct)
|
||||
|
||||
add_subdirectory(qt6ct/src/qt6ct-common)
|
||||
set_target_properties(qt6ct-common PROPERTIES PUBLIC_HEADER qt6ct/src/qt6ct-common/qt6ct.h)
|
||||
target_include_directories( qt6ct-common INTERFACE qt6ct/src )
|
||||
Loading…
Add table
Add a link
Reference in a new issue