forked from RunnanZhang/MagicAssistant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMagicAssistant.pro
More file actions
45 lines (36 loc) · 803 Bytes
/
MagicAssistant.pro
File metadata and controls
45 lines (36 loc) · 803 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
44
45
#-------------------------------------------------
#
# Project created by QtCreator 2015-11-11T12:28:21
#
#-------------------------------------------------
QT += core gui network quick xml widgets
TARGET = MagicAssistant
TEMPLATE = app
CONFIG += c++11
LIBS += User32.lib
SOURCES += main.cpp\
Settings.cpp \
LogHandler.cpp \
MagicAssistant.cpp \
NBAAssistant.cpp \
ToolBar.cpp \
ToolButton.cpp \
InfoBoard.cpp
HEADERS += \
defines.h \
Settings.h \
LogHandler.h \
Singleton.h \
MagicAssistant.h \
NBAAssistant.h \
ToolBar.h \
ToolButton.h \
InfoBoard.h
FORMS += \
ToolBar.ui \
MagicAssistant.ui \
InfoBoard.ui
RESOURCES += \
resource.qrc
macx: ICON = images/app.icns
win32: RC_ICONS = images/james_16.ico