aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/extensionsystem/pluginmanager/circularplugins/plugin3/plugin3.qbs
blob: 600741b2234b13535a4e32e8341fb3f0d5deba2c (plain)
1
2
3
4
5
6
7
8
9
import qbs
import "../../../plugin.qbs" as Plugin

Plugin {
    name: "circular_plugin3"
    filesToCopy: "plugin.xml"
    files: ["plugin3.h", "plugin3.cpp"].concat(filesToCopy)
    cpp.defines: base.concat(["PLUGIN3_LIBRARY"])
}