mirror of
https://github.com/QuasarApp/DocsSite.git
synced 2025-04-26 12:04:31 +00:00
begin work on header
This commit is contained in:
parent
1e13bf1119
commit
c5919f85c1
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "Site/QuasarAppLib"]
|
||||
path = Site/QuasarAppLib
|
||||
url = https://github.com/QuasarApp/QuasarAppLib.git
|
||||
[submodule "Site/ViewSolutions"]
|
||||
path = Site/ViewSolutions
|
||||
url = https://github.com/QuasarApp/ViewSolutions.git
|
||||
|
@ -14,6 +14,7 @@ if(TARGET ${PROJECT_NAME})
|
||||
endif()
|
||||
|
||||
add_subdirectory(QuasarAppLib)
|
||||
add_subdirectory(ViewSolutions)
|
||||
|
||||
include(QuasarAppLib/CMake/ProjectOut.cmake)
|
||||
include(QuasarAppLib/CMake/Version.cmake)
|
||||
|
1
Site/ViewSolutions
Submodule
1
Site/ViewSolutions
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 67a28414f7d2ad40d7acb900161e58da817d4168
|
5
Site/src/View/Header.qml
Normal file
5
Site/src/View/Header.qml
Normal file
@ -0,0 +1,5 @@
|
||||
import QtQuick 2.0
|
||||
|
||||
Item {
|
||||
|
||||
}
|
@ -1,5 +1,6 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>View/main.qml</file>
|
||||
<file>View/Header.qml</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
Loading…
x
Reference in New Issue
Block a user