mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
By V1.2 support to Aztec codes is added. It now fully supports Qt Quick. Symbian Examples are updated to comply with the changes. git-svn-id: https://zxing.googlecode.com/svn/trunk@2296 59b500cc-1b3d-0410-9834-0bbf25fbcc57
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" ]
|
|
}
|