diff options
Diffstat (limited to 'examples/xml/xml.qbs')
-rw-r--r-- | examples/xml/xml.qbs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/xml/xml.qbs b/examples/xml/xml.qbs new file mode 100644 index 0000000000..5ddec1c90d --- /dev/null +++ b/examples/xml/xml.qbs @@ -0,0 +1,13 @@ +import qbs + +Project { + name: "xml" + references: [ + "dombookmarks", + "htmlinfo", + "rsslisting", + "saxbookmarks", + "streambookmarks", + "xmlstreamlint", + ] +} |