-
Notifications
You must be signed in to change notification settings - Fork 1
/
SGU_Client.pro
46 lines (39 loc) · 945 Bytes
/
SGU_Client.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
#-------------------------------------------------
#
# Project created by QtCreator 2012-11-16T11:43:32
#
#-------------------------------------------------
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = SGU_Client
TEMPLATE = app
QMAKE_CXXFLAGS += -std=c++0x
SOURCES += \
filedownloader.cpp \
main.cpp \
accountprocessor.cpp \
statusprocessor.cpp \
statusview.cpp \
accountmanager.cpp \
sguclient.cpp \
friendactivity.cpp \
onlinestatus.cpp \
competitionview.cpp \
competition.cpp \
profileinfo.cpp \
competitiondetail.cpp \
profilestatus.cpp
HEADERS += \
filedownloader.h \
accountprocessor.h \
statusprocessor.h \
statusview.h \
accountmanager.h \
sguclient.h \
friendactivity.h \
onlinestatus.h \
competitionview.h \
competition.h \
profileinfo.h \
competitiondetail.h \
profilestatus.h