Compare commits
5 Commits
main
...
8f2cd7550b
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f2cd7550b | |||
| 8b07cc6eed | |||
| 5190efedc4 | |||
| 6d47fac7e8 | |||
| 4d3f484df1 |
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -10,3 +10,6 @@
|
|||||||
[submodule "libs/3rdParty/Qt-QrCodeGenerator"]
|
[submodule "libs/3rdParty/Qt-QrCodeGenerator"]
|
||||||
path = libs/3rdParty/Qt-QrCodeGenerator
|
path = libs/3rdParty/Qt-QrCodeGenerator
|
||||||
url = https://github.com/alex-spataru/Qt-QrCodeGenerator.git
|
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
|
#Frontend applications
|
||||||
add_subdirectory(UIs/GenericWidgets)
|
add_subdirectory(UIs/GenericWidgets)
|
||||||
|
add_subdirectory(UIs/GenericQMLApp)
|
||||||
|
|
||||||
### Tests
|
### Tests
|
||||||
add_subdirectory(tests/GenericCoreTests)
|
add_subdirectory(tests/GenericCoreTests)
|
||||||
|
|||||||
1
UIs/GenericQMLApp
Submodule
1
UIs/GenericQMLApp
Submodule
Submodule UIs/GenericQMLApp added at 3e3aae63ae
Submodule UIs/GenericWidgets updated: 5e3950f6ba...7fa8612313
Submodule libs/GenericCore updated: 1db5d9022a...c1ee2135df
Reference in New Issue
Block a user