mirror of
https://github.com/zxing/zxing.git
synced 2024-11-13 22:44:09 -08:00
39 lines
795 B
Prolog
39 lines
795 B
Prolog
|
TEMPLATE=app
|
||
|
|
||
|
VERSION = 1.1.0
|
||
|
|
||
|
QT += declarative network
|
||
|
|
||
|
!maemo5 {
|
||
|
contains(QT_CONFIG, opengl) {
|
||
|
# QT += opengl
|
||
|
}
|
||
|
}
|
||
|
|
||
|
win32 {
|
||
|
#required by Qt SDK to resolve Mobility libraries
|
||
|
CONFIG+=mobility
|
||
|
MOBILITY+=multimedia
|
||
|
}
|
||
|
|
||
|
SOURCES += $$PWD/qmlcamera.cpp
|
||
|
!mac:TARGET = QMLBarcodeReader
|
||
|
else:TARGET = QMLBarcodeReader
|
||
|
|
||
|
RESOURCES += declarative-camera.qrc
|
||
|
|
||
|
symbian {
|
||
|
TARGET.CAPABILITY = UserEnvironment NetworkServices Location ReadUserData WriteUserData
|
||
|
TARGET.EPOCHEAPSIZE = 0x20000 0x3000000
|
||
|
|
||
|
LIBS += -lqzxing
|
||
|
|
||
|
customrules.pkg_prerules = \
|
||
|
";QZXing" \
|
||
|
"@\"$$(EPOCROOT)Epoc32/InstallToDevice/QZXing_selfsigned.sis\",(0xE618743C)"\
|
||
|
" "
|
||
|
DEPLOYMENT += customrules
|
||
|
}
|
||
|
|
||
|
ICON = QMLBarcodeReader.svg
|