-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWoodscanDM.pro
59 lines (47 loc) · 1.55 KB
/
WoodscanDM.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
# Copyright 2014 Mike Bergmann, Bones AG
#
# This file is part of WoodscanDownloadManager.
#
# WoodscanDownloadManager is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# WoodscanDownloadManager is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with WoodscanDownloadManager. If not, see <http://www.gnu.org/licenses/>.
QT += gui network widgets
TARGET = WoodscanDM
# CONFIG += console
TEMPLATE = app
LIBS += C:\Qt\Tools\mingw482_32\i686-w64-mingw32\lib\libcfgmgr32.a \
C:\Qt\Tools\mingw482_32\i686-w64-mingw32\lib\libsetupapi.a \
C:\Qt\Tools\mingw482_32\i686-w64-mingw32\lib\libuuid.a
DEFINES += _UNICODE
SOURCES += \
main.cpp \
mainwidget.cpp \
DownloadManager/downloadmanager.cpp \
DownloadManager/download.cpp \
milestone.cpp \
FileSplitter.cpp \
FileGroup.cpp
HEADERS += \
mainwidget.h \
DownloadManager/downloadmanager.h \
DownloadManager/download.h \
milestone.h \
FileSplitter.h \
FileGroup.h
FORMS += \
form.ui
OTHER_FILES += \
README.md
TRANSLATIONS = WoodscanDM_de.ts
RC_FILE = WoodscanDM.rc
RESOURCES += \
WoodscanDM.qrc