mirror of
https://github.com/logos-storage/logos-storage-app-skeleton.git
synced 2026-06-14 20:39:27 +00:00
11 lines
155 B
Plaintext
11 lines
155 B
Plaintext
import QmlProject 1.1
|
|
|
|
Project {
|
|
mainFile: "qml/Main.qml"
|
|
QmlFiles {
|
|
files: [
|
|
"qml/Main.qml"
|
|
]
|
|
}
|
|
}
|