1 Star 0 Fork 0

soui3-demo/SlogViewer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
SLogViewer.pro 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
huangjianxiong 提交于 2019-11-08 11:16 . update pro.
######################################################################
# Automatically generated by qmake (3.0) ?? ?? 13 15:01:44 2017
######################################################################
TEMPLATE = app
TARGET = SLogViewer
CONFIG(x64){
TARGET = $$TARGET"64"
}
include($$(SOUI3PATH)/demo_com.pri)
INCLUDEPATH += . \
$(SOUI3PATH)/controls.extend \
$(SOUI3PATH)/third-part/Scintilla/include \
CONFIG(debug,debug|release){
LIBS += utilitiesd.lib soui3d.lib scintillad.lib imm32.lib
}
else{
LIBS += utilities.lib soui3.lib scintilla.lib imm32.lib
}
PRECOMPILED_HEADER = stdafx.h
# Input
HEADERS += droptarget.h \
FileHelper.h \
FilterDlg.h \
FindDlg.h \
EditConfigDlg.h \
LogParser.h \
MainDlg.h \
resource.h \
SColorizeText.h \
SLogAdapter.h \
whwindow.h \
magnet/MagnetFrame.h \
res/resource.h \
$(SOUI3PATH)/controls.extend/SRealWndHandler_Scintilla.h \
$(SOUI3PATH)/controls.extend/ScintillaWnd.h
SOURCES += FilterDlg.cpp \
LogParser.cpp \
FindDlg.cpp \
MainDlg.cpp \
EditConfigDlg.cpp \
SColorizeText.cpp \
SLogAdapter.cpp \
SLogViewer.cpp \
magnet/MagnetFrame.cpp \
$(SOUI3PATH)/controls.extend/SRealWndHandler_Scintilla.cpp \
$(SOUI3PATH)/controls.extend/ScintillaWnd.cpp
RC_FILE += SLogViewer.rc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/soui3-demo/SlogViewer.git
git@gitee.com:soui3-demo/SlogViewer.git
soui3-demo
SlogViewer
SlogViewer
master

搜索帮助