summaryrefslogtreecommitdiff
path: root/strata/qt5-tools/qttools.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-11 14:34:36 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-11 14:34:36 +0000
commit5eb3c5c80dc3522f6157f07ae25850a142d8e72d (patch)
tree7741036f374848210583a1be76355e4e603129b6 /strata/qt5-tools/qttools.morph
parenta1b4ece4de8ad5fa497f522c61541e9d7c1d0ace (diff)
parent68fe84679215c0a08b4a38fed73f811270972ea4 (diff)
downloadinfrastructure-5eb3c5c80dc3522f6157f07ae25850a142d8e72d.tar.gz
Merge remote-tracking branch 'baserock/master' into sam/baserock
Merge in Baserock reference system definitions. This allows building and deploying Baserock systems from this repo with Morph.
Diffstat (limited to 'strata/qt5-tools/qttools.morph')
-rw-r--r--strata/qt5-tools/qttools.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/qt5-tools/qttools.morph b/strata/qt5-tools/qttools.morph
new file mode 100644
index 00000000..1baa10e7
--- /dev/null
+++ b/strata/qt5-tools/qttools.morph
@@ -0,0 +1,10 @@
+name: qttools
+kind: chunk
+configure-commands:
+- qmake
+build-commands:
+- unset TARGET ; make
+- unset TARGET ; make html_docs
+install-commands:
+- unset TARGET ; make install INSTALL_ROOT=$DESTDIR
+- unset TARGET ; make install_html_docs INSTALL_ROOT=$DESTDIR