summaryrefslogtreecommitdiff
path: root/csgo_stats.pro
blob: 647e4419f370a0e200a19ce9bd46641ec3cc8067 (plain)
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
#-------------------------------------------------
#
# Project created by QtCreator 2016-07-21T13:21:39
#
#-------------------------------------------------

QT       += core gui network

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = csgo_stats
TEMPLATE = app


SOURCES += main.cpp\
        user_select_dialog.cpp \
    file_download.cpp \
    stats_display_window.cpp \
    parse_file.cpp

HEADERS  += user_select_dialog.h \
    file_download.h \
    stats_display_window.h \
    parse_file.h

FORMS    += user_select_dialog.ui \
    stats_display_window.ui