Added QML UI subdirectory project as submodule.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
||||
@ -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
1
UIs/GenericQMLApp
Submodule
Submodule UIs/GenericQMLApp added at b45af62629
Reference in New Issue
Block a user