forked from lubuwest/Friendiqa
First commit
This commit is contained in:
parent
0781b382c1
commit
1986e59b58
7 changed files with 858 additions and 0 deletions
20
Source/test.qmlproject
Normal file
20
Source/test.qmlproject
Normal file
|
@ -0,0 +1,20 @@
|
|||
/* File generated by Qt Creator */
|
||||
|
||||
import QmlProject 1.1
|
||||
|
||||
Project {
|
||||
mainFile: "test.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: [ "../exampleplugin" ]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue