forked from qt-creator/qt-creator
11 lines
121 B
Plaintext
11 lines
121 B
Plaintext
|
|
import QmlProject 1.0
|
||
|
|
|
||
|
|
Project {
|
||
|
|
QmlFiles {
|
||
|
|
recursive: true
|
||
|
|
}
|
||
|
|
JavaScriptFiles {
|
||
|
|
paths: ["script.js"]
|
||
|
|
}
|
||
|
|
}
|