-
Notifications
You must be signed in to change notification settings - Fork 6
/
LilyDict.pro
81 lines (39 loc) · 910 Bytes
/
LilyDict.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
TARGET = LilyDict
TEMPLATE = app
QT += widgets qml multimedia
CONFIG += c++14
#CONFIG += static
RESOURCES += src/gui/qml.qrc src/gui/icon.qrc
RC_FILE = app.rc
CONFIG(debug, debug|release) {
DEFINES += DEBUG
}else{
DEFINES += NDEBUG
}
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
INCLUDEPATH += src
SOURCES += \
src/main.cpp \
src/dict/shanbaydict.cpp \
src/dict/youdaodict.cpp \
src/app/application.cpp \
src/gui/Gui.cpp \
src/app/config.cpp \
src/gui/dictlogo.cpp \
src/dict/dict.cpp
HEADERS += \
src/dict/shanbaydict.h \
src/dict/youdaodict.h \
src/app/application.h \
src/gui/Gui.h \
src/app/config.h \
src/gui/dictlogo.h \
src/dict/dict.h
win32{
}
macx{
ICON = logo.icns
}
#DEFINES += QT_NO_WARNING_OUTPUT\
# QT_NO_DEBUG_OUTPUT