mirror of
https://github.com/status-im/qzxing.git
synced 2025-01-11 11:34:35 +00:00
updated example projects to the new file structure of the repository (renaming of the source folder)
This commit is contained in:
parent
98b6550a11
commit
3d28afb79d
@ -12,7 +12,7 @@ SOURCES += main.cpp
|
|||||||
# Installation path
|
# Installation path
|
||||||
# target.path =
|
# target.path =
|
||||||
|
|
||||||
include(../../source/QZXing.pri)
|
include(../../src/QZXing.pri)
|
||||||
|
|
||||||
# Please do not modify the following two lines. Required for deployment.
|
# Please do not modify the following two lines. Required for deployment.
|
||||||
include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
|
include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
|
||||||
|
@ -6,7 +6,7 @@ VERSION = 2.0.0
|
|||||||
|
|
||||||
RESOURCES += resources.qrc
|
RESOURCES += resources.qrc
|
||||||
|
|
||||||
include(../../source/QZXing.pri)
|
include(../../src/QZXing.pri)
|
||||||
|
|
||||||
HEADERS += QQrDecoder.h \
|
HEADERS += QQrDecoder.h \
|
||||||
QCameraControllerWidget.h \
|
QCameraControllerWidget.h \
|
||||||
|
@ -36,7 +36,7 @@ SOURCES += main.cpp \
|
|||||||
droparea.cpp
|
droparea.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(../../src/QZXing.pri)
|
||||||
|
|
||||||
if(lessThan(QT_VERSION, 5.0)): {
|
if(lessThan(QT_VERSION, 5.0)): {
|
||||||
include(qmlapplicationviewer/qmlapplicationviewer.pri)
|
include(qmlapplicationviewer/qmlapplicationviewer.pri)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user