-
Notifications
You must be signed in to change notification settings - Fork 6
/
fastfdmain_SCPOS.pro
159 lines (116 loc) · 3.49 KB
/
fastfdmain_SCPOS.pro
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
#-------------------------------------------------
#
# Project created by QtCreator 2015-12-06T22:56:01
#
#-------------------------------------------------
INCLUDEPATH += $$PWD/inputnew/
QT += core gui sql network xml concurrent svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
lessThan(QT_MAJOR_VERSION, 5){
QT += phonon
DEFINES += QT_PHONON_SUPPORT
}
unix{
contains(QT_VERSION, 4.8.6):DEFINES += LINPOS_DEBUG
contains(QT_VERSION, 4.8.7):DEFINES += LINPOS_OS6
contains(QT_VERSION, 5.11.3):DEFINES += LINPOS_OS7
}
win32:DEFINES += LINPOS_WIN
DEFINES += QT_SCPOS_SUPPORT
TARGET = SoftPos
TEMPLATE = app
TRANSLATIONS +=ts/EN_fastfd.ts
TRANSLATIONS +=ts/FA_fastfd.ts
TRANSLATIONS +=ts/DE_fastfd.ts
TRANSLATIONS +=ts/FR_fastfd.ts
TRANSLATIONS +=ts/RU_fastfd.ts
TRANSLATIONS +=ts/ES_fastfd.ts
TRANSLATIONS +=ts/TR_fastfd.ts
TRANSLATIONS +=ts/AR_fastfd.ts
TRANSLATIONS +=ts/KO_fastfd.ts
TRANSLATIONS +=ts/JA_fastfd.ts
TRANSLATIONS +=ts/IW_fastfd.ts
TRANSLATIONS +=ts/IT_fastfd.ts
TRANSLATIONS +=ts/PT_fastfd.ts
TRANSLATIONS +=ts/HI_fastfd.ts
TRANSLATIONS +=ts/BN_fastfd.ts
TRANSLATIONS +=ts/PA_fastfd.ts
TRANSLATIONS +=ts/MM_fastfd.ts
DESTDIR = .
include(qt/qt.pri)
include(back/back.pri)
include(public/public.pri)
include(peripheral/peripheral.pri)
include(testwx/testwx.pri)
include(lds/lds.pri)
include(fastfd_update/fastfd_update.pri)
include(output_lib/output_lib.pri)
include(fileviewer/fileviewer.pri)
include(mwrf/mwrf.pri)
include(inputnew/inputnew.pri)
include(hddpos/hddpos.pri)
include(saas/saas.pri)
include(sendemailapi/sendemailapi.pri)
SOURCES += main.cpp
RESOURCES += \
res.qrc
RC_FILE = fastfd.rc
unix{
#openssl
INCLUDEPATH +=/usr/local/openssl/include
LIBS += -L/usr/local/openssl/lib -lssl -lcrypto -ldl -lpthread
#~openssl
#lusb
CONFIG(debug,debug|release):INCLUDEPATH += /usr/local/include
CONFIG(release,debug|release):INCLUDEPATH += /usr/local/usb-arm/include
CONFIG(debug,debug|release):LIBS +=-L/usr/local/lib -lusb-1.0
CONFIG(release,debug|release):LIBS += -lusb-1.0 /lib/arm-linux-gnueabihf/libudev.so.1
#~lusb
#libcurl
#CONFIG(debug,debug|release):INCLUDEPATH += /usr/include
#CONFIG(release,debug|release):INCLUDEPATH += /usr/local/libcurl/include
#LIBS +=-lcurl
#~libcurl
}
win32{
LIBS +=-lwinspool
#openssl
LIBS += -L"openssl/lib" -llibeay32
LIBS += -L"openssl/lib" -lssleay32
INCLUDEPATH += openssl/include
#~openssl
#libcurl
#LIBS += -L"curl/lib/------------------------------" -llibcurl
#LIBS += -L"curl/lib/curl" -llibcurld
#INCLUDEPATH += curl/include
#~libcurl
#quazip
include(mysql_install/mysql_install.pri)
INCLUDEPATH += quazip/include
CONFIG(debug, debug|release) {
LIBS += -L"quazip/lib" -lquazipd
} else {
LIBS += -L"quazip/lib" -lquazip
}
#~quazip
}
#查看进程打开文件数:lsof -c SoftPos | wc -l
#window depend on NoxApp.dll、libmysql.dll、mwrf32.dll
#http://download.qt.io/archive/qt/5.8/5.8.0/
#ubuntu mysql
#https://blog.csdn.net/yhf19881015/article/details/9048467
#sudo apt-get download libqt4-sql-mysql
#ubuntu lisusb
#https://blog.csdn.net/desert187/article/details/46619739
#sudo apt-get install libusb*
#ubuntu phonon
#https://blog.csdn.net/stpallas/article/details/8740737
#sudo apt-get install libphonon-dev libphonon4 phonon-backend-gstreamer
#ubuntu linguist
#/home/cz/Qt5.8.0/5.8/gcc_64/bin/lupdate ~/文档/fastfdmain/fastfdmain_new.pro
#/home/cz/Qt5.8.0/5.8/gcc_64/bin/linguist
#ubuntu openssl
#https://www.linuxidc.com/Linux/2015-10/124001.htm
#sudo apt-get install apache2
#sudo apt-get install openssl
#sudo apt-get install libssl-dev