app.pro

来自「kscope」· PRO 代码 · 共 70 行

PRO
70
字号
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 + =
减小字号Ctrl + -
显示快捷键?