summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuildInternals
Commit message (Expand)AuthorAgeFilesLines
* CMake: Allow building all examples as standalone just like testsAlexandru Croitor2024-03-141-4/+4
* CMake: Mostly unify includes into a single locationAlexandru Croitor2023-11-271-2/+2
* CMake: Move qt_internal_read_repo_dependencies into QtBuildRepoHelpersAlexandru Croitor2023-11-271-41/+0
* CMake: Split and refactor QtBuildInternalsConfig.cmakeAlexandru Croitor2023-11-271-1469/+20
* Use the standalone test directory name as the project nameAlexey Edelev2023-11-171-5/+9
* Make sure we initialize moc rcc and uic for manual test targetsAlexey Edelev2023-11-161-42/+14
* Fix the dependency list naming when collecting repo dependenciesAlexey Edelev2023-10-241-0/+3
* CMake: Fix reconfiguration when -no-opengl is specifiedAlexandru Croitor2023-09-131-3/+5
* CMake: Handle INPUT_foo values when detecting dirty buildsAlexandru Croitor2023-09-061-10/+25
* CMake: Rework INPUT_foo vars handling when reconfiguringAlexandru Croitor2023-09-061-3/+22
* Make sure that tests use the module build directory but not install pathAlexey Edelev2023-09-011-0/+1
* CMake: Fix early exit in qt_build_repo_post_process()Joerg Bornemann2023-08-241-6/+5
* CMake: Rename QT_EXAMPLES_CMAKE_PREFIX_PATHJoerg Bornemann2023-08-231-5/+5
* CMake: Allow find_package(Qt6 COMPONENTS Foo) in testsJoerg Bornemann2023-08-231-0/+4
* CMake: Fix find_package(Qt6*Tools) in non-qtbase testsJoerg Bornemann2023-08-231-2/+16
* CMake: Don't create superfluous qtrepo_XXX_for_examples targetsJoerg Bornemann2023-08-211-13/+15
* Fix running CMake test projects in prefix buildsJoerg Bornemann2023-08-191-33/+7
* CMake: Allow installation of example sources into the Qt prefixAlexandru Croitor2023-08-161-52/+157
* CMake: Don't set QT_BUILDING_QT for single standalone testsAlexandru Croitor2023-07-121-0/+1
* CMake: Don't use check_language for Objective-C/C++Alexandru Croitor2023-06-291-9/+4
* Fix external header support in qtsyncAlexey Edelev2023-06-091-0/+6
* Move QT_ALLOW_SYMLINK_IN_PATHS warning to config.summaryAmir Masoud Abdol2023-06-081-6/+0
* Implement qt_internal_get_file_path_mode for changing the file path modeAmir Masoud Abdol2023-05-311-0/+16
* Add the list of previously searched packages to qt_find_packageAlexey Edelev2023-05-261-1/+1
* Introduce the qt_internal_project_setup macroAlexey Edelev2023-04-243-2/+12
* Add drive letter to source paths when calling qt-internal- scriptsAmir Masoud Abdol2023-04-141-0/+3
* Disable Unity Build for ExamplesAmir Masoud Abdol2023-04-061-0/+4
* Improve the internal handling of unity buildAmir Masoud Abdol2023-03-141-0/+5
* CMake: Relax example dependencies to be per-repoAlexandru Croitor2023-03-061-2/+28
* CMake: Show a message when configuring examplesAlexandru Croitor2023-02-071-0/+1
* CMake: Work around AUTOUIC Ninja Multi-Config issue with EP examplesAlexandru Croitor2023-01-201-1/+21
* Add find package for lttng library so that it gets added to targetAntti Määttä2023-01-131-0/+4
* Allow specifying CMakeLists.txt as the argument for qt-cmake-standalone-testAlexey Edelev2023-01-051-0/+9
* Remove the deprecated TYPE option from qt_add_pluginAmir Masoud Abdol2022-12-071-1/+0
* Add INTERFACE_LIBRARIES to dependencies of repo targetsAlexey Edelev2022-12-011-1/+1
* Update -redo option such that it removes CMakeCache.txt and CMakeFiles/Amir Masoud Abdol2022-12-011-0/+4
* CMake: Reconfigure faster by not looking for missing packagesAlexandru Croitor2022-11-291-0/+4
* Fix a mistake in the documentation of qt_internal_read_repo_dependenciesAmir Masoud Abdol2022-11-261-2/+2
* Use CMAKE_MESSAGE_CONTEXT for Better CMake Output MessagesAmir Masoud Abdol2022-10-251-0/+4
* Sync CMake Version with `.cmake.conf`Amir Masoud Abdol2022-10-251-1/+1
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-271-0/+14
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-233-3/+3
* CMake: Fix examples to build as external projects when cross-compilingAlexandru Croitor2022-08-051-4/+35
* CMake: Fix Ninja Multi-Config dependency issues for top-level targetsAlexandru Croitor2022-08-051-3/+5
* CMake: Fix single standalone tests to use same Qt C++ language stdAlexandru Croitor2022-08-032-1/+5
* Add license headers to cmake filesLucie Gérard2022-08-033-0/+9
* Build minimal subset of tests for Android multi-ABI Qt buildsAlexey Edelev2022-08-021-1/+1
* CMake: prepend build dir for examples buildSamuli Piippo2022-07-211-6/+6
* CMake: Record used package version for each target dependencyAlexandru Croitor2022-07-011-2/+21
* Make configure -no-pkg-config actually workJoerg Bornemann2022-06-101-3/+8