summaryrefslogtreecommitdiffstats
path: root/plugins/qt4/qt4-overlay.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/qt4/qt4-overlay.mk')
-rw-r--r--plugins/qt4/qt4-overlay.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/qt4/qt4-overlay.mk b/plugins/qt4/qt4-overlay.mk
new file mode 100644
index 0000000..c4d09d5
--- /dev/null
+++ b/plugins/qt4/qt4-overlay.mk
@@ -0,0 +1,11 @@
+# This file is part of MXE. See LICENSE.md for licensing information.
+
+# override relevant vtk and qwt variables to build against Qt 4 instead of 5
+
+PKG := vtk
+$(PKG)_DEPS := gcc hdf5 qt libpng expat libxml2 jsoncpp tiff
+$(PKG)_QT_VERSION := 4
+
+PKG := qwt
+$(PKG)_DEPS := gcc qt
+$(PKG)_QT_DIR := qt