-
Notifications
You must be signed in to change notification settings - Fork 0
/
UCLStudyClient.pro
56 lines (46 loc) · 1.22 KB
/
UCLStudyClient.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
#-------------------------------------------------
#
# Project created by QtCreator 2015-03-01T22:23:17
#
#-------------------------------------------------
QT += core gui webkitwidgets dbus concurrent
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ucl-study-manager
TEMPLATE = app
CONFIG += c++11
LIBS += -lqzeitgeist5 -ltar
INCLUDEPATH += ./Widgets/
SOURCES += main.cpp\
study.cpp \
Services/webviewservice.cpp \
UI/mainwindow.cpp \
Model/part.cpp \
Model/participant.cpp \
Model/step.cpp \
Model/uploadjob.cpp \
Services/requestservice.cpp \
Services/progressreportservice.cpp \
Services/uploadservice.cpp \
Lib/tarball.cpp \
Widgets/progressbutton.cpp \
Widgets/progressbarbutton.cpp
HEADERS += \
study.h \
Services/webviewservice.h \
Model/step.h \
Model/part.h \
Model/participant.h \
Model/uploadjob.h \
Lib/tarball.h \
Services/requestservice.h \
Services/progressreportservice.h \
Services/uploadservice.h \
Widgets/progressbutton.h \
UI/mainwindow.h \
Widgets/progressbarbutton.h
FORMS += mainwindow.ui \
uploadingtoolbarform.ui
RESOURCES += \
icons.qrc
DISTFILES += \
data/multitasking.conf