summaryrefslogtreecommitdiffstats
path: root/config.tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix libxkbcommon config testLaszlo Agocs2012-07-251-1/+0
| | | | | | | | | Including the qnamespace.h caused a compilation error and so xkbcommon support was disabled all the time. Including that header is not necessary in the first place. Change-Id: I1ff1155d6b10a6cceaaf9117bb3eb74e88fde49d Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Fix brcm_egl test to not link against QtAndy Nichols2012-07-192-7/+18
| | | | | Change-Id: I734d9f6b1120f5d0d5751069c6b6f551172aca50 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Config tests for gl integrationJorgen Lind2012-07-179-2/+242
| | | | | Change-Id: Ie7d80e7591d11aa5df87ca5d5de4cd6c03928c83 Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
* build system cleanupsOswald Buddenhagen2012-06-272-6/+0
| | | | | | | | | | | | | | | - load(qt_module) => load(qt_build_config) - remove: - CONFIG+=module (obsolete) - code relating to module version headers (automated now) - %mastercontent assignment (automated now) - QT_BUILD_*_LIB defines (automated now) - pointless QPRO_PWD assignments - qmake -project boilerplate - dead code Change-Id: Ia515c3cc40170e3b99b0bfd04c10637d49f9b99f Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* Introduce standard pkg-config usageDonald Carr2012-06-111-6/+5
| | | | | | | | Use our own qualified pkg-config mkspec feature rather than directly executing the system binary Change-Id: I4b162cd8d2d9a8bd5d0b3adb9ca935df9ff96a69 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Added config.test for brcm_egl.Samuel Rødal2012-05-212-0/+77
| | | | | Change-Id: Ia103645ba0823dc94b42578de1f1e39e7dd84956 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Yet another xkbcommon API changeLaszlo Agocs2012-05-151-2/+2
| | | | | Change-Id: I7ca4bf170cd6adb5b371c3c040ed35387876d0e8 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Compile with new xkbcommon APILaszlo Agocs2012-05-091-9/+20
| | | | | Change-Id: Ie3f45a1e624cae3abb71d85c7ea8107b0f6b710c Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Use new xkbcommon includepathPierre Vorhagen2012-03-211-1/+1
| | | | | Change-Id: I294e5e8511ae8319f11d516d452f9b8a0d149b75 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Make the module not depend on QtBase configureJørgen Lind2012-03-122-0/+75
This is convenient if we want to reconfigure without reconfiguring QtBase. Change-Id: I719ba0d89905287a557e962ed6d804514e44b7f5 Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>