-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMagicAssistant.pro
More file actions
49 lines (39 loc) · 956 Bytes
/
MagicAssistant.pro
File metadata and controls
49 lines (39 loc) · 956 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
46
47
48
49
#-------------------------------------------------
#
# Project created by QtCreator 2015-11-11T12:28:21
#
#-------------------------------------------------
QT += core gui network quick xml widgets quickwidgets
TARGET = MagicAssistant
TEMPLATE = app
CONFIG += c++11 lrelease embed_translations
#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
QM_FILES_RESOURCE_PREFIX = /translate
TRANSLATIONS += MagicAssistant_zh_CN.ts \
MagicAssistant_en_US.ts