summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaksDimitrios Apostolou2022-06-152-0/+5
* Bump version to 6.5.0Jani Heikkinen2022-06-063-3/+3
* Use SPDX license identifiersLucie GĂ©rard2022-05-1675-2333/+150
* CMake: Add deployment auto testAlexandru Croitor2022-03-163-0/+126
* Do not use PUBLIC linking with plugins and testsAlexey Edelev2022-02-287-8/+8
* Bump version from 6.2.0 to 6.4.0 in tests as wellJani Heikkinen2022-01-313-3/+3
* Fix dependency chain that collects the metatype json filesAlexey Edelev2021-12-0213-0/+390
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-2238-38/+38
* Implement generating of private cpp exportsAlexey Edelev2021-08-272-3/+3
* CMake: Build a subset of tests when targeting iOS in the CIAlexandru Croitor2021-08-263-0/+86
* CMake: Remove qt6_enable_object_libraries_finalizer_modeAlexandru Croitor2021-08-102-22/+31
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-068-8/+8
* CMake: Disable test_QT_TESTCASE_BUILDDIR cmake build testAlexandru Croitor2021-07-221-4/+8
* Use target_link_options to propagate object librariesAlexey Edelev2021-07-022-3/+67
* Implement generating of a module cpp export headerAlexey Edelev2021-06-2411-0/+344
* Move the linking logic of the object libraries to a common functionAlexey Edelev2021-06-181-1/+1
* Check the impact of static link order for user projectsAlexey Edelev2021-06-161-2/+6
* CMake: Allow promoting the Qt libraries to be global targetsAlexandru Croitor2021-06-164-0/+43
* remove cmake compatibility functions for old APIPeng Wenhao2021-06-111-1/+0
* Add the check for linker capabilities to resolve circular dependenciesAlexey Edelev2021-06-101-2/+2
* Remove CMake compatibility functions for old APIJoerg Bornemann2021-06-041-3/+0
* Implement propagation of object files to the end-point executableAlexey Edelev2021-05-2714-23/+231
* CMake: Revise plugin finalizer mode usageAlexandru Croitor2021-05-271-6/+18
* Support multiple equally named .qrc files in qt_add_big_resourcesJoerg Bornemann2021-05-223-1/+8
* Fix qt6_add_big_resourcesJoerg Bornemann2021-05-201-1/+3
* CMake: Replace qt_finalize_executable with qt_finalize_targetAlexandru Croitor2021-05-201-1/+1
* CMake: Introduce finalizer mode handling of static pluginsAlexandru Croitor2021-05-201-55/+115
* CMake: Resurrect test_import_plugins cmake build testsAlexandru Croitor2021-05-1117-59/+194
* CMake: Skip building CMake build tests in a prefix in-tree configAlexandru Croitor2021-05-111-0/+16
* CMake: Fix tst_qaddpreroutine to work with static buildsAlexandru Croitor2021-04-261-2/+2
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-235-0/+192
* Fix qtbase cmake autotestJuha Vuolle2021-04-191-5/+2
* Add test of the static plugin with resourcesAlexey Edelev2021-04-126-0/+183
* Specify QT_TESTCASE_BUILDDIR for Qt::Test users implicitlyAlexey Edelev2021-04-086-2/+83
* Add the SIMULATE_IN_SOURCE argument to _qt_internal_test_expect_passAlexey Edelev2021-04-071-19/+3
* CMake: Choose better defaults for qt_add_plugin STATIC/SHAREDAlexandru Croitor2021-04-073-0/+57
* CMake: Build minimal subset of tests in desktop static buildsAlexandru Croitor2021-04-063-14/+22
* Rework the failure macros in the Qt CTest kitAlexey Edelev2021-03-171-4/+4
* Fix qt_add_big_resources with namespace buildsAlexey Edelev2021-01-191-2/+1
* Remove the qmake project filesJoerg Bornemann2021-01-0711-139/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Modify test_QFINDTESTDATA to not leave files in source treeAndreas Buhr2020-12-091-6/+9
* CMake: Change generated resources namingAlexey Edelev2020-11-241-3/+3
* CMake: Add support for -binary option for generated resourcesAlexey Edelev2020-11-125-0/+78
* CMake: Fix cmake tests for no-widgets and no-gui configurationsAlexandru Croitor2020-11-101-6/+30
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-0715-15/+15
* CMake: Clean up the public API a bitAlexandru Croitor2020-10-011-29/+29
* CMake: Fix configuration of CMake tests in-build-treeAlexandru Croitor2020-07-201-0/+5
* CMake: Get tests/auto/cmake tests workingAlexandru Croitor2020-07-1736-369/+230
* Use QList instead of QVector in other qtbase testsJarek Kobus2020-07-071-2/+2