summaryrefslogtreecommitdiff
path: root/qt4-sdk.morph
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-20 10:16:03 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-21 13:29:08 +0100
commiteeada766656aafc90f19f438eb77cb0eccb36c82 (patch)
treec04d36216d91c97424f5d113517255e384418789 /qt4-sdk.morph
parent403c0834c8e5dd0fcd8d118bf7fcd520ffd29d96 (diff)
downloaddefinitions-eeada766656aafc90f19f438eb77cb0eccb36c82.tar.gz
Add morphs for build a Qt4/Enlightenment based desktop system
Diffstat (limited to 'qt4-sdk.morph')
-rw-r--r--qt4-sdk.morph20
1 files changed, 20 insertions, 0 deletions
diff --git a/qt4-sdk.morph b/qt4-sdk.morph
new file mode 100644
index 00000000..f1b7366b
--- /dev/null
+++ b/qt4-sdk.morph
@@ -0,0 +1,20 @@
+{
+ "name": "qt4-sdk",
+ "description": "Qt4 Desktop Environment, IDE and Example Apps",
+ "kind": "stratum",
+ "build-depends": [
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "master",
+ "morph": "qt4-tools"
+ }
+ ],
+ "chunks": [
+ {
+ "name": "qt-creator",
+ "repo": "upstream:qt-creator",
+ "ref": "baserock/morph/2.7",
+ "build-depends": []
+ }
+ ]
+}