mirror of https://github.com/status-im/qzxing.git
enhancement to the project file of the QZXingDragNDropTest
This commit is contained in:
parent
0cea1dc288
commit
baf6d989ab
|
@ -38,8 +38,12 @@ SOURCES += main.cpp \
|
||||||
# Please do not modify the following two lines. Required for deployment.
|
# Please do not modify the following two lines. Required for deployment.
|
||||||
include(../../source/QZXing.pri)
|
include(../../source/QZXing.pri)
|
||||||
|
|
||||||
|
if(lessThan(QT_VERSION, 5.0)): {
|
||||||
include(qmlapplicationviewer/qmlapplicationviewer.pri)
|
include(qmlapplicationviewer/qmlapplicationviewer.pri)
|
||||||
#include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
|
} else {
|
||||||
|
include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
|
||||||
|
}
|
||||||
|
|
||||||
qtcAddDeployment()
|
qtcAddDeployment()
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
|
|
Loading…
Reference in New Issue