mirror of
https://github.com/zxing/zxing.git
synced 2025-02-21 02:55:27 -08:00
19 lines
418 B
Plaintext
19 lines
418 B
Plaintext
|
/* File generated by QtCreator */
|
||
|
|
||
|
import QmlProject 1.0
|
||
|
|
||
|
Project {
|
||
|
/* 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" ]
|
||
|
}
|