summaryrefslogtreecommitdiff
path: root/qt5-sdk.morph
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-13 22:59:43 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-16 11:56:58 +0100
commit5f20747bd2869f686f535244e1b83ea24aa06b91 (patch)
tree8af46dcd61a6f391ba6d1b34dbb457962798049b /qt5-sdk.morph
parent57c613f79cd0e84a03552ad0cc83b8e1e05de1b5 (diff)
downloaddefinitions-5f20747bd2869f686f535244e1b83ea24aa06b91.tar.gz
Split Qt Creator and example apps off into a qt5-sdk stratum
Diffstat (limited to 'qt5-sdk.morph')
-rw-r--r--qt5-sdk.morph26
1 files changed, 26 insertions, 0 deletions
diff --git a/qt5-sdk.morph b/qt5-sdk.morph
new file mode 100644
index 00000000..94cfc47f
--- /dev/null
+++ b/qt5-sdk.morph
@@ -0,0 +1,26 @@
+{
+ "name": "qt5-sdk",
+ "description": "Qt5 Desktop Environment, IDE and Example Apps",
+ "kind": "stratum",
+ "build-depends": [
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "richarddale/qt5-sdk",
+ "morph": "qt5-tools"
+ }
+ ],
+ "chunks": [
+ {
+ "name": "qt-creator",
+ "repo": "upstream:qt-creator",
+ "ref": "baserock/morph/2.7",
+ "build-depends": []
+ },
+ {
+ "name": "snowshoe",
+ "repo": "upstream:snowshoe",
+ "ref": "baserock/morph",
+ "build-depends": []
+ }
+ ]
+}