@@ -3,8 +3,8 @@ QT += qml quick network widgets
33CONFIG += c++11
44
55DEFINES += MAJOR_VERSION =1
6- DEFINES += MINOR_VERSION =11
7- DEFINES += BUILD_VERSION =1
6+ DEFINES += MINOR_VERSION =13
7+ DEFINES += BUILD_VERSION =0
88
99win32 |macx|unix {
1010DEFINES += RES_IOS
@@ -29,29 +29,39 @@ include(android/android.pri)
2929
3030include (qzxing/QZXing.pri )
3131include (QRCodeGenerator.pri )
32+ include (libwallet/libwallet.pri )
33+ ios|macx {
34+ include (core/api/v2/graftapiv2.pri )
35+ }
3236
3337contains (DEFINES, POS_BUILD ) {
3438ios|android {
3539include (imagepicker/ImagePickerLibrary.pri )
3640}
3741
3842SOURCES += \
39- core/api/graftposapi.cpp \
43+ core/api/v1/graftposapiv1.cpp \
44+ core/api/v1/graftposhandlerv1.cpp \
4045 core/graftposclient.cpp
4146
4247HEADERS += \
43- core/api/graftposapi.h \
48+ core/api/v1/graftposapiv1.h \
49+ core/api/v1/graftposhandlerv1.h \
50+ core/api/graftposhandler.h \
4451 core/graftposclient.h \
4552 core/defines.h
4653}
4754
4855contains (DEFINES, WALLET_BUILD ) {
4956SOURCES += \
50- core/api/graftwalletapi.cpp \
57+ core/api/v1/graftwalletapiv1.cpp \
58+ core/api/v1/graftwallethandlerv1.cpp \
5159 core/graftwalletclient.cpp
5260
5361HEADERS += \
54- core/api/graftwalletapi.h \
62+ core/api/v1/graftwalletapiv1.h \
63+ core/api/v1/graftwallethandlerv1.h \
64+ core/api/graftwallethandler.h \
5565 core/graftwalletclient.h
5666}
5767
@@ -64,7 +74,7 @@ include(mac/mac.pri)
6474}
6575
6676SOURCES += main.cpp \
67- core/api/graftgenericapi .cpp \
77+ core/api/v1/graftgenericapiv1 .cpp \
6878 core/productmodel.cpp \
6979 core/productitem.cpp \
7080 core/productmodelserializator.cpp \
@@ -88,7 +98,8 @@ SOURCES += main.cpp \
8898
8999HEADERS += \
90100 core/config.h \
91- core/api/graftgenericapi.h \
101+ core/api/v1/graftgenericapiv1.h \
102+ core/api/graftbasehandler.h \
92103 core/productmodel.h \
93104 core/productitem.h \
94105 core/productmodelserializator.h \
0 commit comments