📄 app.pro
字号:
include(../config)TEMPLATE = appTARGET = kscopeappDEPENDPATH += """"". ../core ../cscope"""""# InputSOURCES += session.cpp \ findtextdialog.cpp \ projectmanager.cpp \ editorconfigdialog.cpp \ projectdialog.cpp \ projectfilesdialog.cpp \ stackwidget.cpp \ main.cpp \ mainwindow.cpp \ actions.cpp \ application.cpp \ querydialog.cpp \ editorcontainer.cpp \ editor.cpp \ queryresultdock.cpp \ queryresultdialog.cpp \ addfilesdialog.cpp \ configenginesdialog.cppHEADERS += session.h \ queryview.h \ strings.h \ locationhistory.h \ findtextdialog.h \ projectmanager.h \ editorconfigdialog.h \ projectfilesdialog.h \ stackwidget.h \ mainwindow.h \ actions.h \ application.h \ querydialog.h \ editorcontainer.h \ editor.h \ fileiothread.h \ queryresultdock.h \ queryresultdialog.h \ addfilesdialog.h \ projectdialog.h \ buildprogress.h \ version.h \ configenginesdialog.hFORMS += querydialog.ui \ queryresultdialog.ui \ stackpage.ui \ projectfilesdialog.ui \ addfilesdialog.ui \ projectdialog.ui \ editorconfigdialog.ui \ findtextdialog.ui \ configenginesdialog.uiINCLUDEPATH += ../cscope \ ../core \ $${QSCI_ROOT_PATH}/include/Qsci \ .LIBS += -L../core \ -lkscope_core \ -L../cscope \ -lkscope_cscope \ -L$${QSCI_ROOT_PATH}/lib \ -lqscintilla2RESOURCES = app.qrctarget.path = $${INSTALL_PATH}/binINSTALLS += target
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -