summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libjpeg/libjpeg.pro
Commit message (Collapse)AuthorAgeFilesLines
* Simplify bundled libjpeg buildEirik Aavitsland2021-05-201-1/+1
| | | | | | | | | | | | Move the config headers of the bundled libjpeg back into its source directory, where they originally live, to avoid having to trick with the include path to find them. The goal is unification across maintained Qt branches, making version updates simpler. Change-Id: I5b574446bbd264b0a1cb3efceb4c1cb7203cac7d Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit 5df88b85c6e61409c5c759e78f32edaac7b2022f)
* MODULE_INCLUDEPATH is supposed to be one pathAllan Sandfeld Jensen2021-03-151-3/+3
| | | | | | | Avoid the moving of jconfig.h, and messing up MODULE_INCLUDEPATH Change-Id: Ib66e8a47cff80f252a7bfb3363b73f63bdbaab8a Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Update bundled libjpeg-turbo to version 2.0.6Eirik Aavitsland2021-03-051-2/+2
| | | | | | | | [ChangeLog][Third-Party Code] libjpeg-turbo was updated to version 2.0.6 Change-Id: I3e308d241853edf3c1d616955cda203220a258d8 Reviewed-by: Liang Qi <liang.qi@qt.io> (cherry picked from commit ede0082f861146d441df641d93f815dbe63a9076)
* Create qtlibjpeg for jpeg image pluginMichal Klocek2020-11-301-0/+79
Create separate qtlibjpeg to have it installed. It is needed by static qtpdf builds to avoid embedding chromium jpeg which would lead to symbols duplication and most likely broken application. Task-number: QTBUG-87154 Change-Id: I77eb251873f6ac9d3e248f5c6fbd41649770d201 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>