-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiyzipay-client.pro
More file actions
44 lines (33 loc) · 831 Bytes
/
iyzipay-client.pro
File metadata and controls
44 lines (33 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#-------------------------------------------------
#
# Project created by QtCreator 2016-11-16T15:53:36
#
#-------------------------------------------------
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = iyzipay-client
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
options.cpp \
iyzipayresource.cpp \
request.cpp \
hashgenerator.cpp \
httpclient.cpp \
retrievebinnumberrequest.cpp \
binnumber.cpp \
apitest.cpp
HEADERS += mainwindow.h \
options.h \
iyzipayresource.h \
request.h \
hashgenerator.h \
httpclient.h \
httpmethod.h \
randomstringutility.h \
retrievebinnumberrequest.h \
binnumber.h \
apitest.h
FORMS += mainwindow.ui
INCLUDEPATH += /usr/include/qjson
LIBS += -L/usr/lib -lqjson