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