Compare commits
3 Commits
6d47fac7e8
...
8f2cd7550b
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f2cd7550b | |||
| 8b07cc6eed | |||
| 5190efedc4 |
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 3e3aae63ae
Submodule UIs/GenericWidgets updated: 2d8c97b5f0...7fa8612313
Submodule libs/GenericCore updated: f392efb54f...c1ee2135df
Reference in New Issue
Block a user