summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-18 13:40:28 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-18 13:40:28 +0100
commita3135b664538578fc43b23ae36dd3604d1a9081d (patch)
tree812218435e4ae32d5fb85328501abcc97769512f
parent4e9853139ca04858f1639e0fba6b8caf57474f29 (diff)
downloadqtbase-baserock/v5.3.0.tar.gz
Add morph filebaserock/v5.3.0
-rw-r--r--qtbase.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/qtbase.morph b/qtbase.morph
new file mode 100644
index 0000000000..4ee6f0fe8a
--- /dev/null
+++ b/qtbase.morph
@@ -0,0 +1,10 @@
+name: qtbase
+kind: chunk
+configure-commands:
+- |
+ ./configure -v -prefix $PREFIX \
+ -opensource \
+ -confirm-license \
+ -qt-xcb
+install-commands:
+- make install INSTALL_ROOT="$DESTDIR"