diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-06-18 15:59:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-18 15:59:19 (GMT) |
commit | 4fc76ba64f7c190e2e9fc7a5090ee5fbd35de737 (patch) | |
tree | d91612ae12c96eb5e46fa4973c7b7a541a79f0ad /plugins | |
parent | 9bcde899de5ff461e623a5a7b9e54ae94b9eba71 (diff) | |
parent | 5b52ff4bc16bdc2e88f7e85338a7cfbffe918b43 (diff) | |
download | mxe-4fc76ba64f7c190e2e9fc7a5090ee5fbd35de737.zip mxe-4fc76ba64f7c190e2e9fc7a5090ee5fbd35de737.tar.gz mxe-4fc76ba64f7c190e2e9fc7a5090ee5fbd35de737.tar.bz2 |
Merge pull request #1375 from saiarcot895/upstream-poppler-qt5
Add plugin file to compile some libraries with Qt 5 only
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/qt5-deps/overrides.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/qt5-deps/overrides.mk b/plugins/qt5-deps/overrides.mk new file mode 100644 index 0000000..c437086 --- /dev/null +++ b/plugins/qt5-deps/overrides.mk @@ -0,0 +1,5 @@ +# This file is part of MXE. +# See index.html for further information. + +poppler_DEPS := $(filter-out qt ,$(poppler_DEPS)) qtbase +openscenegraph_DEPS := $(filter-out qt ,$(openscenegraph_DEPS)) qtbase |