summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake
Commit message (Expand)AuthorAgeFilesLines
* Teach CMake about Qt 5 plugins.Stephen Kelly2013-09-101-0/+27
* CMake: Allow specifying a TARGET in invocations of macros.Stephen Kelly2013-08-216-0/+245
* Populate INTERFACE_LINK_LIBRARIES property in the cmake files.Stephen Kelly2013-08-215-0/+183
* Don't check for the existence of private include directories.Stephen Kelly2013-07-221-1/+1
* Only expect EGL libraries in the cmake files if Qt is configured to use it.Stephen Kelly2013-05-071-1/+1
* Run the CMake tests with QPrinter, not QPrintDialog.Stephen Kelly2013-04-241-1/+1
* Enable OpenGL library detection for mac.Stephen Kelly2013-04-241-5/+3
* Add IMPORTED targets for the GL libraries used by Qt.Stephen Kelly2013-04-225-0/+157
* Update test exclusion following bug fix in recent cmake versions.Stephen Kelly2013-04-171-2/+2
* Test that the CMake files create appropriate version variables.Stephen Kelly2013-04-051-0/+10
* Populate includes, defines and pic flags in target interfaces.Stephen Kelly2013-03-275-0/+203
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-206-1/+137
|\
| * Test the OpenGLExtensions cmake module.Stephen Kelly2013-03-143-0/+79
| * Generate a Qt5ConfigVersion.cmake file.Stephen Kelly2013-03-131-1/+1
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-053-0/+54
| |\
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-283-5/+5
| |\ \
| * | | Add an umbrella cmake config file for Qt 5.Stephen Kelly2013-01-244-1/+58
* | | | Run CMake dbus tests if dbus is expected to be available.Stephen Kelly2013-03-191-4/+2
* | | | Make the qtbase cmake tests work without the Widgets module.Stephen Kelly2013-03-182-12/+23
* | | | Make cmake tests not depend on QtWidgets where not needed.Stephen Kelly2013-03-152-3/+3
* | | | Clean up cmake test regarding dependencies.Stephen Kelly2013-03-151-4/+2
* | | | Test that the ConfigVersion.cmake files work.Stephen Kelly2013-03-132-2/+2
* | | | Clean up the CMake dbus module test.Stephen Kelly2013-03-131-5/+3
| |_|/ |/| |
* | | Populate the cmake variables only one time.Stephen Kelly2013-02-213-0/+54
| |/ |/|
* | Doc: Fix module name formatSze Howe Koh2013-01-253-5/+5
|/
* Generate instances of types in the CMake tests.Stephen Kelly2012-10-314-84/+32
* Add a CMake macro to test module includesStephen Kelly2012-10-261-0/+23
* Add missing test for the Qt5PrintSupport module.Stephen Kelly2012-10-252-0/+4
* Use the mkspec name Qt was configured with instead of default symlinkStephen Kelly2012-10-161-3/+1
* CMake: Improve QT5_GET_MOC_FLAGS macroStephen Kelly2012-10-044-0/+127
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2221-501/+501
* Don't attempt to test DBus on QNX.Stephen Kelly2012-08-281-1/+1
* Exclude the qplatformdefs CMake test on Windows.Stephen Kelly2012-08-181-1/+3
* Use POSITION_INDEPENDENT_CODE for these tests.Stephen Kelly2012-08-132-0/+4
* Add hints for where to find packages for projects expected to fail.Stephen Kelly2012-08-132-4/+12
* Add the minimum CMake version to projects built standalone.Stephen Kelly2012-08-132-0/+4
* Require CMake 2.8.9 for the qt5_use_modules function.Stephen Kelly2012-08-101-2/+3
* Add tests of the various testlib definition possibilities.Stephen Kelly2012-07-248-0/+206
* Exclude the delayed resource file test on Windows.Stephen Kelly2012-07-231-1/+5
* Add a test for all QtBase modules.Stephen Kelly2012-07-233-0/+123
* Fix typo: delyed -> delayedStephen Kelly2012-07-204-9/+9
* Add another directory to the private INCLUDE_DIRS list.Stephen Kelly2012-07-191-0/+5
* Dereference so we can be sure the type is not forward declared.Stephen Kelly2012-07-191-1/+3
* Fix unit tests when CMAKE_PREFIX_PATH env var is not set.Stephen Kelly2012-07-112-2/+10
* Move the macros for invoking ctest to a shared location.Stephen Kelly2012-07-031-42/+2
* Factorize the cmake test infrastructure to be reusable.Stephen Kelly2012-06-261-50/+1
* Add a variable for the private includes for modules.Stephen Kelly2012-06-233-0/+71
* Give the CMake unit tests more meaningful names.Stephen Kelly2012-06-2339-65/+74
* Forward-port change to QT4_ADD_RESOURCES macro for missing rcc files.Stephen Kelly2012-06-234-0/+75
* Use IF(NOT TARGET ...) before creating imported targets.Stephen Kelly2012-05-153-0/+12