-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule app
updated
9 files
+13 −0 | qbs-starter-app.qbs | |
+19 −0 | src/app/app.qbs | |
+13 −0 | src/app/main.cpp | |
+15 −0 | src/app/main.qml | |
+5 −0 | src/app/qml.qrc | |
+8 −0 | src/libs/libs.qbs | |
+19 −0 | src/libs/mylib/mylib.qbs | |
+9 −0 | src/src.qbs | |
+7 −0 | tests/auto/auto.qbs |