summaryrefslogtreecommitdiffstats
path: root/config.tests/libtiff/libtiff.pro
Commit message (Collapse)AuthorAgeFilesLines
* Move qtimageformats over to the new config systemLiang Qi2019-04-021-6/+0
| | | | | | | Task-number: QTBUG-44318 Task-number: QTBUG-62259 Change-Id: Ide5c28015c46b12ee3f21d06badd69db8bed1281 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Replace win32-g++ with mingw scopeKai Koehne2014-02-071-1/+1
| | | | | | | | | | Commit 773dd01 in qtbase introduced a general mingw platform scope, which is cleaner and more flexible than matching the spec name. (see 278152fff for a similar commit in qtbase). Change-Id: I90c319bdda6b710bce4d2d883736716a70760127 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Fix the config.tests to correctly detect the 3rd party librariesAndy Shaw2013-04-021-1/+3
| | | | | | | | | | When building with Visual C++ it would not detect the 3rd party libraries because it does not include the lib prefix. So this now accounts for this. Additionally console is added to the CONFIG line so there is no need for a WinMain() function. Change-Id: I5be0114ef609e19ce1da612cac7781aaf748f552 Reviewed-by: aavit <eirik.aavitsland@digia.com>
* Enable configure tests for system libmng and libtiffLars Knoll2012-08-081-0/+4
The current code didn't run the tests anymore, but was still based on the assumption that qtbase/configure set up the right configuration. Clean up the pro files for mng and tiff while we're at it. Change-Id: Iee46c183fda57ec07b60a80089af7925db959c40 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>