summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add the support of the qt_import_plugins functionality to androiddepl...Alexey Edelev2024-01-291-2/+1
* Force CMake to look for static versions of xcb componentsAlexey Edelev2024-01-201-0/+3
* Allow configuring the qtbase documentation-only buildAlexey Edelev2024-01-171-1/+1
* CMake: Fix user_facing_tool_links.txt for Apple platformsJoerg Bornemann2024-01-161-1/+8
* Use target-specific android-build directoryAlexey Edelev2024-01-121-2/+5
* Add the support of the qt_import_plugins functionality to androiddeployqtAlexey Edelev2024-01-121-1/+2
* Fix encapsulation of qt_build_internals_add_toplevel_targetsAlexey Edelev2023-12-221-2/+2
* CMake: don't set TIMEOUT_SIGNAL_NAME for Android target on Windows hostAssam Boudjelthia2023-12-201-1/+1
* Fix CMake extraction of sub architecture testCajus Pollmeier2023-12-191-1/+1
* Fix FindWrapResolv on systems that complaing about uninit varsMårten Nordheim2023-12-181-1/+1
* CMake: Export additional target info props for object librariesAlexandru Croitor2023-12-161-5/+40
* Allow space in emsdk pathAmir Masoud Abdol2023-12-161-1/+1
* CMake: Don't recurse with qt-cmake-standalone-test in-source dirsAlexandru Croitor2023-12-151-0/+12
* Use the correct CMake argument name for -libpng and -libjpegAmir Masoud Abdol2023-12-151-2/+2
* CMake:Android:Coin: prioritize timeout from COIN_COMMAND_OUTPUT_TIMEOUTAssam Boudjelthia2023-12-151-2/+7
* AndroidTestRunner: uninstall the test when interruptedAssam Boudjelthia2023-12-151-5/+13
* Build the QtSql plugin for Mimer SQL on macOS in universal binary modeFredrik Ålund2023-12-131-2/+1
* Make sure that the result variable is empty in _qt_internal_collect_buildsyst...Alexey Edelev2023-12-081-0/+5
* CMake: Fix Apple max sdk version checkAlexandru Croitor2023-12-051-3/+9
* CMake: Refactor sdk / xcode check to support both warnings and errorsAlexandru Croitor2023-12-051-12/+37
* CMake: Don't run sdk / xcode version checks on non-Apple platformsAlexandru Croitor2023-12-051-0/+4
* CMake: Compute dynamic timeout for androidtestrunnerAlexandru Croitor2023-12-012-3/+33
* CMake: Warn when configuring Qt with an unsupported Apple SDK or XcodeAlexandru Croitor2023-11-305-36/+186
* CMake: Move QtAutoDetect.cmake functions into a separate Helpers fileAlexandru Croitor2023-11-303-514/+525
* CMake: Create wrapper scripts after global feature evaluationAlexandru Croitor2023-11-301-2/+3
* Detect vcpkg after everything elseAmir Masoud Abdol2023-11-281-1/+1
* Set VCPKG_CHAINLOAD_TOOLCHAIN_FILE to supplied_toolchain_fileAmir Masoud Abdol2023-11-281-1/+1
* CMake: Dynamically include and install Helpers and other filesAlexandru Croitor2023-11-284-190/+210
* CMake: Mostly unify includes into a single locationAlexandru Croitor2023-11-288-15/+11
* CMake: Include QtAndroidHelpers and QtWasmHelpers unconditionallyAlexandru Croitor2023-11-281-8/+2
* CMake: Move qt_internal_read_repo_dependencies into QtBuildRepoHelpersAlexandru Croitor2023-11-283-52/+52
* CMake: Split and refactor QtBuildInternalsConfig.cmakeAlexandru Croitor2023-11-284-1469/+1495
* CMake: Split and refactor QtSetup.cmakeAlexandru Croitor2023-11-288-439/+556
* CMake: Split QtBuild.cmake into smaller files v2Alexandru Croitor2023-11-288-662/+766
* Make sure that tests use the module build directory but not install pathAlexey Edelev2023-11-284-3/+4
* CMake: Fix early exit in qt_build_repo_post_process()Joerg Bornemann2023-11-281-6/+5
* CMake: Rename QT_EXAMPLES_CMAKE_PREFIX_PATHJoerg Bornemann2023-11-284-8/+8
* CMake: Allow find_package(Qt6 COMPONENTS Foo) in testsJoerg Bornemann2023-11-281-0/+4
* CMake: Fix find_package(Qt6*Tools) in non-qtbase testsJoerg Bornemann2023-11-281-2/+16
* CMake: Don't create superfluous qtrepo_XXX_for_examples targetsJoerg Bornemann2023-11-281-13/+15
* Allow using custom CMAKE_<CONFIG>_POSTFIX when building QtAlexey Edelev2023-11-281-29/+72
* CMake: Fix doc building when current prefix is different from originalAlexandru Croitor2023-11-271-2/+0
* Fix running CMake test projects in prefix buildsJoerg Bornemann2023-11-175-33/+82
* Make sure we initialize moc rcc and uic for manual test targetsAlexey Edelev2023-11-162-42/+51
* CMake: Remove qt_internal_qt_configure_end workaroundAlexandru Croitor2023-11-072-11/+0
* CMake: Don't strip debug builds with qt-cmake-private-install in CIAlexandru Croitor2023-11-061-0/+16
* Fix the dependency list naming when collecting repo dependenciesAlexey Edelev2023-10-241-0/+3
* CMake: Use stored compiler only for qt-cmake-privateKai Köhne2023-10-182-8/+11
* Allow Qt components be OPTIONAL when building standalone testsAlexey Edelev2023-10-181-1/+1
* CMake: Fix Qt toolchain file recursive inclusionTasuku Suzuki2023-10-171-1/+1