enhancement to the project file of the QZXingDragNDropTest

This commit is contained in:
favoritas37 2015-05-16 17:19:40 +03:00
parent 0cea1dc288
commit baf6d989ab
1 changed files with 6 additions and 2 deletions

View File

@ -38,8 +38,12 @@ SOURCES += main.cpp \
# Please do not modify the following two lines. Required for deployment.
include(../../source/QZXing.pri)
include(qmlapplicationviewer/qmlapplicationviewer.pri)
#include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
if(lessThan(QT_VERSION, 5.0)): {
include(qmlapplicationviewer/qmlapplicationviewer.pri)
} else {
include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
}
qtcAddDeployment()
HEADERS += \