diff options
author | Martin Müllenhaupt <mm+git@netlair.de> | 2017-07-21 09:15:49 (GMT) |
---|---|---|
committer | Martin Müllenhaupt <mm+git@netlair.de> | 2017-07-24 09:18:44 (GMT) |
commit | accc6a3fa0e56f56239f3d89b5617655511ce786 (patch) | |
tree | f5678848b86609a651cbed6d25a9c207185b7e20 /plugins | |
parent | ae241ae5ab9419e671cf08c6ac1c4333f2db9483 (diff) | |
download | mxe-accc6a3fa0e56f56239f3d89b5617655511ce786.zip mxe-accc6a3fa0e56f56239f3d89b5617655511ce786.tar.gz mxe-accc6a3fa0e56f56239f3d89b5617655511ce786.tar.bz2 |
create qt4 overlay plugin to link VTK and Qwt to Qt 4 instead of 5
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/qt4/qt4-overlay.mk | 11 |
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 |