forked from Silverfish/proton-bridge
23 lines
433 B
Plaintext
23 lines
433 B
Plaintext
/* File generated by Qt Creator */
|
|
|
|
import QmlProject 1.1
|
|
|
|
Project {
|
|
mainFile: "./MainWindow.qml"
|
|
|
|
/* Include .qml, .js, and image files from current directory and subdirectories */
|
|
QmlFiles {
|
|
directory: "./"
|
|
}
|
|
JavaScriptFiles {
|
|
directory: "./"
|
|
}
|
|
ImageFiles {
|
|
directory: "./"
|
|
}
|
|
/* List of plugin directories passed to QML runtime */
|
|
importPaths: [
|
|
"./"
|
|
]
|
|
}
|