From 5190efedc485ceb8c8f57232bd5ab638d51b8044 Mon Sep 17 00:00:00 2001 From: Bent Witthold Date: Tue, 3 Mar 2026 09:33:48 +0100 Subject: [PATCH] Added QML UI subdirectory project as submodule. --- .gitmodules | 3 +++ CMakeLists.txt | 1 + UIs/GenericQMLApp | 1 + 3 files changed, 5 insertions(+) create mode 160000 UIs/GenericQMLApp diff --git a/.gitmodules b/.gitmodules index 319b044..f95bac6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "libs/3rdParty/Qt-QrCodeGenerator"] path = libs/3rdParty/Qt-QrCodeGenerator url = https://github.com/alex-spataru/Qt-QrCodeGenerator.git +[submodule "UIs/GenericQMLApp"] + path = UIs/GenericQMLApp + url = ssh://wococo1@git.working-copy.org:46100/bent/GenericQMLApp.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d7d34e4..dea9d8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,7 @@ configure_file(ApplicationConfig.h.in ApplicationConfig.h) #Frontend applications add_subdirectory(UIs/GenericWidgets) +add_subdirectory(UIs/GenericQMLApp) ### Tests add_subdirectory(tests/GenericCoreTests) diff --git a/UIs/GenericQMLApp b/UIs/GenericQMLApp new file mode 160000 index 0000000..b45af62 --- /dev/null +++ b/UIs/GenericQMLApp @@ -0,0 +1 @@ +Subproject commit b45af626291fc6970cd5034f926d968868b22bb4