Compare commits

...

3 Commits

5 changed files with 7 additions and 2 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -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)

1
UIs/GenericQMLApp Submodule

Submodule UIs/GenericQMLApp added at 3e3aae63ae