最近看QT plugins,下面是QT plugins例子中的.pro文件的部分内容,不理解下面这段是什么意思,请明白的给点提示,谢谢。
# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint/plugins
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS extrafilters.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaintplugins/extrafilters
INSTALLS += target sources