summaryrefslogtreecommitdiffstats
path: root/config.tests/libvpx/libvpx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix libvpx detectionPeter Varga2017-06-161-0/+5
| | | | | | | | | | webrtc in 58-based Chromium uses "decoder getters for the last quantizer" in libvpx. This feautre is not available in the current latest release of libvpx (1.6.1) thus add config test for the corresponding macro. Change-Id: Ib60582bc5401ce0c8960b99c4369bb373ea754d8 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Move qmake files to standard locationsAllan Sandfeld Jensen2017-05-021-0/+35
The tools/qmake directory is a left over from webkit where qmake was but one of many buildsystems. This is not necessary for qtwebengine, so we can instead use the standard locations. Change-Id: I3d126d6627295b113b091f3eabeee25f1c1f6183 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>