updated example projects to the new file structure of the repository (renaming of the source folder)

This commit is contained in:
favoritas37 2016-01-08 22:31:48 +02:00
parent 98b6550a11
commit 3d28afb79d
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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 \

View File

@ -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)