summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Find Qt5 modules automatically in the qt5_use_modules function.Stephen Kelly2012-05-141-2/+1
* Make the qt5_use_modules public API.Stephen Kelly2012-05-102-39/+8
* Revert "Don't use the pri depends line for link dependencies."Stephen Kelly2012-05-033-8/+4
* Never attempt to run the dbus tests on APPLE.Stephen Kelly2012-05-012-3/+1
* Simplify the cmake version check.Stephen Kelly2012-04-291-1/+1
* Add some more useful output when about the cmake versionStephen Kelly2012-04-291-1/+1
* cmake: temporarily set tests/auto/cmake insignificant on macRohan McGovern2012-04-271-0/+6
* Run DBus tests only if QtDBus is found.Stephen Kelly2012-04-241-1/+4
* Move the CMake unit tests to auto/Stephen Kelly2012-04-2334-0/+1415