-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwinwget.pro
More file actions
35 lines (31 loc) · 861 Bytes
/
winwget.pro
File metadata and controls
35 lines (31 loc) · 861 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
TEMPLATE += app
TARGET += winwget
include( $(QTDIR)/.qmake.cache )
CONFIG += qt warn_on release
OBJECTS_DIR = .
MOC_DIR = .
HEADERS += about_wget.h\
default_options.h\
int_validator.h\
download_options.h\
log_view.h\
mainform.h\
wget_process.h\
config_file.h\
processes_list.h
INTERFACES += about_wget_base.ui\
about_winwget_base.ui\
default_options_base.ui\
download_options_base.ui
SOURCES += about_wget.cpp\
default_options.cpp\
download_options.cpp\
int_validator.cpp\
log_view.cpp\
main.cpp\
mainform.cpp\
processes_list.cpp\
unicode_log.cpp\
config_file.cpp\
wget_process.cpp
win32-msvc:RC_FILE = winwget.rc