summaryrefslogtreecommitdiff
path: root/csgo_stats.pro
diff options
context:
space:
mode:
Diffstat (limited to 'csgo_stats.pro')
-rw-r--r--csgo_stats.pro19
1 files changed, 14 insertions, 5 deletions
diff --git a/csgo_stats.pro b/csgo_stats.pro
index bc584ff..8f33dd8 100644
--- a/csgo_stats.pro
+++ b/csgo_stats.pro
@@ -3,8 +3,7 @@
# Project created by QtCreator 2016-07-21T13:21:39
#
#-------------------------------------------------
-
-QT += core gui network
+QT += core gui network datavisualization charts
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -17,17 +16,27 @@ SOURCES += main.cpp\
file_download.cpp \
stats_display_window.cpp \
parse_file.cpp \
- user_management.cpp
+ user_management.cpp \
+ message_box.cpp \
+ graphical_stats.cpp \
+ game_integration_window.cpp
HEADERS += user_select_dialog.h \
file_download.h \
stats_display_window.h \
parse_file.h \
- user_management.h
+ user_management.h \
+ message_box.h \
+ graphical_stats.h \
+ game_integration_window.h
FORMS += user_select_dialog.ui \
stats_display_window.ui \
- user_management.ui
+ user_management.ui \
+ graphical_stats.ui \
+ game_integration_window.ui
RESOURCES += \
csgo_images.qrc
+
+DISTFILES +=