plugin.pro

来自「奇趣公司比较新的qt/emd版本」· PRO 代码 · 共 20 行

PRO
20
字号
TEMPLATE    = libCONFIG     += pluginHEADERS     = simplestyle.h \              simplestyleplugin.hSOURCES     = simplestyle.cpp \              simplestyleplugin.cppTARGET      = simplestylepluginwin32 {    debug:DESTDIR = ../debug/styles/    release:DESTDIR = ../release/styles/} else {    DESTDIR = ../styles/}# installtarget.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/stylessources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugin.prosources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/pluginINSTALLS += target sources

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?