1 Star 1 Fork 108

min / lilydict

forked from lieefu / lilydict 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
LilyDict.pro 910 Bytes
一键复制 编辑 原始数据 按行查看 历史
lieefu 提交于 2017-03-01 16:40 . issue LiliDict v1.0.0
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
C++
1
https://gitee.com/minibox/lilydict.git
git@gitee.com:minibox/lilydict.git
minibox
lilydict
lilydict
master

搜索帮助