plugandpaint.pro
来自「奇趣公司比较新的qt/emd版本」· PRO 代码 · 共 21 行
PRO
21 行
HEADERS = interfaces.h \ mainwindow.h \ paintarea.h \ plugindialog.hSOURCES = main.cpp \ mainwindow.cpp \ paintarea.cpp \ plugindialog.cppLIBS = -L$${QT_BUILD_TREE}/examples/tools/plugandpaint/plugins -lpnp_basictoolsif(!debug_and_release|build_pass):CONFIG(debug, debug|release) { mac:LIBS = $$member(LIBS, 0) $$member(LIBS, 1)_debug win32:LIBS = $$member(LIBS, 0) $$member(LIBS, 1)d}# installtarget.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaintsources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugandpaint.prosources.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaintINSTALLS += target sources
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?