-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebsiteOfflineTool.pro
92 lines (74 loc) · 2.15 KB
/
WebsiteOfflineTool.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
#-------------------------------------------------
#
# Project created by QtCreator 2019-02-20T22:51:06
#
#-------------------------------------------------
QT += core gui sql network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = WebsiteOfflineTool
TEMPLATE = app
DEFINES += ZLIB_WINAPI
DEFINES += CURL_STATICLIB
DEFINES += U_STATIC_IMPLEMENTATION
INCLUDEPATH += ..\..\curl-7.75.0\include
INCLUDEPATH += ..\..\zlib-1.2.11\include
INCLUDEPATH += ..\..\icu4c-68_2\include
LIBS +=-L..\..\curl-7.75.0\vcallx64\mt
LIBS += -L..\..\zlib-1.2.11\vcallx64\mt
LIBS += -L..\..\icu4c-68_2\vcallx64\mt
LIBS+=-llibcurl
LIBS+=-lzlibstatic
LIBS+=-lAdvapi32
LIBS+=-lBcrypt
LIBS+=-lCrypt32
LIBS+=-lRpcrt4
LIBS+=-lSecur32
LIBS+=-lUser32
LIBS+=-lshlwapi
LIBS+=-lws2_32
LIBS+=-lWldap32
LIBS+=-lsicudt
LIBS+=-lsicuin
LIBS+=-lsicuio
LIBS+=-lsicutu
LIBS+=-lsicuuc
SOURCES += main.cpp\
AutoEditTreeView.cpp \
CurlHttpPostGet.cpp \
DownTaskThread.cpp \
RegexGobalMatchAndCombi.cpp \
RocksDbDownTaskThread.cpp \
UrlRelinkToLocal.cpp \
urltofilename.cpp \
websiteofflinetool.cpp \
../../UtilityFunc/MMutex.cpp \
../../UtilityFunc/HTML2Text/HtmlToText.cpp \
../../UtilityFunc/CreateDirs.cpp \
../../UtilityFunc/HTML2Text/HtmlCharMap.cpp \
../../UtilityFunc/detecttextcodecname.cpp \
../../UtilityFunc/qtudpsend.cpp \
CUrlDirectDowner.cpp
HEADERS += AutoEditTreeView.h \
CUrlDirectDowner.h \
CurlHttpPostGet.h \
DownTaskThread.h \
gzip.h \
RegexGobalMatchAndCombi.h \
resource.h \
RocksDbDownTaskThread.h \
UrlRelinkToLocal.h \
urltofilename.h \
websiteofflinetool.h \
../../UtilityFunc/MMutex.h \
../../UtilityFunc/HTML2Text/HtmlToText.h \
../../UtilityFunc/CreateDirs.h \
../../UtilityFunc/HTML2Text/HtmlCharMap.h \
../../UtilityFunc/detecttextcodecname.h \
../../UtilityFunc/qtudpsend.h \
../../UtilityFunc/gzip.h
FORMS += websiteofflinetool.ui \
RESOURCES += \
websiteofflinetool.qrc
DISTFILES += \
WebsiteOfflineTool.rc
TRANSLATIONS = websiteofflinetool_zhcn.ts \