summaryrefslogtreecommitdiff
path: root/chunks/qt4-tools.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/qt4-tools.morph')
-rw-r--r--chunks/qt4-tools.morph20
1 files changed, 20 insertions, 0 deletions
diff --git a/chunks/qt4-tools.morph b/chunks/qt4-tools.morph
new file mode 100644
index 00000000..e3cb332c
--- /dev/null
+++ b/chunks/qt4-tools.morph
@@ -0,0 +1,20 @@
+name: qt4-tools
+kind: chunk
+repo: upstream:qt4-tools
+ref: a182f020bc1703c20d86ba18f2f6b4ea8889de84
+max-jobs: 1
+configure-commands:
+- |
+ arch=$(uname -m)
+ if [ "${arch}" != "${arch//arm/}" ] ; then
+ sed 's/g++-unix.conf)/&\nQMAKE_CXXFLAGS += -fno-strict-volatile-bitfields/' \
+ -i mkspecs/linux-g++/qmake.conf
+ else
+ echo Running on x86, not modifying qmake.conf
+ fi
+- ./configure -v -prefix /usr -opensource -confirm-license
+build-commands:
+- make
+- LD_LIBRARY_PATH="$PWD"/lib QT_PLUGIN_PATH="$PWD"/plugins make docs
+install-commands:
+- make install INSTALL_ROOT="$DESTDIR"