summaryrefslogtreecommitdiffstats
path: root/examples/stylesheet/packages/org.qtproject.ifw.example.stylesheet/meta/package.xml
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2015-09-20 22:48:09 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2015-09-28 10:30:49 +0000
commit175ffec58f9e4f513004ec53ab03f06561096913 (patch)
treeab0fe112c20ca2cbe861082c3085ca74411e5bfa /examples/stylesheet/packages/org.qtproject.ifw.example.stylesheet/meta/package.xml
parent2dcd457bcecc15eecaa021d3745b0603f5ba364a (diff)
Allow to use the stylesheet to customize UI
Now it is possible to set a stylesheet file to customize the wizard's UI. The stylesheet adds to the config.xml file using the new "StyleSheet" element. Change-Id: I66271f755a0f742e96cf433fe557423a2261e432 Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'examples/stylesheet/packages/org.qtproject.ifw.example.stylesheet/meta/package.xml')
-rw-r--r--examples/stylesheet/packages/org.qtproject.ifw.example.stylesheet/meta/package.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/stylesheet/packages/org.qtproject.ifw.example.stylesheet/meta/package.xml b/examples/stylesheet/packages/org.qtproject.ifw.example.stylesheet/meta/package.xml
new file mode 100644
index 000000000..c0698a4e4
--- /dev/null
+++ b/examples/stylesheet/packages/org.qtproject.ifw.example.stylesheet/meta/package.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Package>
+ <DisplayName>Dummy</DisplayName>
+ <ReleaseDate>2015-09-09</ReleaseDate>
+ <Version>1.0.1</Version>
+ <Default>true</Default>
+ <Script>installscript.qs</Script>
+</Package>