forked from leonardok/Retriev.er
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRetriever.pro
More file actions
43 lines (33 loc) · 826 Bytes
/
Retriever.pro
File metadata and controls
43 lines (33 loc) · 826 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
42
43
#-------------------------------------------------
#
# Project created by QtCreator 2011-06-08T22:36:36
#
#-------------------------------------------------
QT += core gui
TARGET = retriev.er
TEMPLATE = app
target.path += /usr/bin
INSTALLS += target
DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT
RC_FILE = retriever.rc
SOURCES += source/main.cpp \
source/retriever.cpp \
source/task.cpp \
source/log.cpp \
source/sync.cpp \
source/options.cpp \
source/monitor.cpp
HEADERS += header/retriever.h \
header/task.h \
header/log.h \
header/sync.h \
header/options.h \
header/monitor.h
FORMS += ui/task.ui \
ui/retriever.ui \
ui/options.ui \
ui/about.ui
RESOURCES += resources.qrc
OTHER_FILES += README.md \
dist/archlinux/PKGBUILD \
Changelog