Switch to using a submodule for qt6ct external code

This commit is contained in:
AdenKoperczak 2024-10-21 10:39:08 -04:00
parent 0bce0e2bd7
commit 5c57ae0edc
8 changed files with 16 additions and 145 deletions

6
external/qt6ct.cmake vendored Normal file
View 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 )