summaryrefslogtreecommitdiff
path: root/baserock/strata/qt5-sdk
diff options
context:
space:
mode:
Diffstat (limited to 'baserock/strata/qt5-sdk')
-rw-r--r--baserock/strata/qt5-sdk/qt-creator.morph8
-rw-r--r--baserock/strata/qt5-sdk/snowshoe.morph8
2 files changed, 16 insertions, 0 deletions
diff --git a/baserock/strata/qt5-sdk/qt-creator.morph b/baserock/strata/qt5-sdk/qt-creator.morph
new file mode 100644
index 00000000..91fae589
--- /dev/null
+++ b/baserock/strata/qt5-sdk/qt-creator.morph
@@ -0,0 +1,8 @@
+name: qt-creator
+kind: chunk
+configure-commands:
+- qmake
+build-commands:
+- make
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
diff --git a/baserock/strata/qt5-sdk/snowshoe.morph b/baserock/strata/qt5-sdk/snowshoe.morph
new file mode 100644
index 00000000..f89ab751
--- /dev/null
+++ b/baserock/strata/qt5-sdk/snowshoe.morph
@@ -0,0 +1,8 @@
+name: snowshoe
+kind: chunk
+configure-commands:
+- qmake
+build-commands:
+- make
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR