diff options
author | Eirik Aavitsland <eirik.aavitsland@theqtcompany.com> | 2015-11-19 14:05:10 +0100 |
---|---|---|
committer | aavit <eirik.aavitsland@theqtcompany.com> | 2015-11-25 13:11:11 +0000 |
commit | 531c30ea66d2b8fe517c89bed149a938e16332ec (patch) | |
tree | 651252c7583c579bb4368e58aa2c0363aba88de6 /src/3rdparty/libmng.pri | |
parent | 6a7f3bfcb81b56a29814f50e684620fc3daeb431 (diff) | |
download | qtimageformats-531c30ea66d2b8fe517c89bed149a938e16332ec.tar.gz |
Build MNG and Jpeg2000 plugins only if system libs found
Upstream development libmng and libjasper is mostly stalled,
so security issues are dealt with by the linux distributions
instead. Hence, the stale bundled copy of the 3rd party source code of
those libraries can not be generally recommended.
Leave the bundled versions in the repo for now as a transitional
measure, so that the bundled-lib plugins still can be built manually
(by doing qmake & make in the relevant src/plugins/imageformats
subdirectory). In a later Qt version, the bundled copies of those libs
should be removed.
Change-Id: I651417d91ef0f43cb6abe638f97968576a78e2f0
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/3rdparty/libmng.pri')
-rw-r--r-- | src/3rdparty/libmng.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/libmng.pri b/src/3rdparty/libmng.pri index 7b68210..95eeed3 100644 --- a/src/3rdparty/libmng.pri +++ b/src/3rdparty/libmng.pri @@ -1,3 +1,5 @@ +warning("Using bundled unmaintained copy of libmng.") + DEFINES += MNG_BUILD_SO DEFINES += MNG_NO_INCLUDE_JNG INCLUDEPATH += $$PWD/libmng |