summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* AndroidTestRunner: make build command program deduction more robustAssam Boudjelthia2023-12-181-1/+1
* Fix FindWrapResolv on systems that complaing about uninit varsMårten Nordheim2023-12-171-1/+1
* CMake: Fix non-prefix debug exclusion check for additional info propsAlexandru Croitor2023-12-151-1/+1
* CMake: Export additional target info props for object librariesAlexandru Croitor2023-12-151-5/+40
* CMake: Don't recurse with qt-cmake-standalone-test in-source dirsAlexandru Croitor2023-12-141-0/+12
* Use the correct CMake argument name for -libpng and -libjpegAmir Masoud Abdol2023-12-141-2/+2
* Fix an issue where it was not possible to build iOS tests in treeAmir Masoud Abdol2023-12-141-0/+14
* Allow space in emsdk pathAmir Masoud Abdol2023-12-141-1/+1
* CMake:Android:Coin: prioritize timeout from COIN_COMMAND_OUTPUT_TIMEOUTAssam Boudjelthia2023-12-131-2/+7
* CMake: add spaces between sentences of BUNDLE_ANDROID_OPENSSL_LIBSAssam Boudjelthia2023-12-131-2/+2
* AndroidTestRunner: uninstall the test when interruptedAssam Boudjelthia2023-12-131-5/+13
* Build the QtSql plugin for Mimer SQL on macOS in universal binary modeFredrik Ålund2023-12-111-2/+1
* CMake: pass ndk-stack path to androidtestrunnerAssam Boudjelthia2023-12-081-0/+1
* headersclean: Re-add zero-as-null-pointer-constant warningKai Köhne2023-12-081-1/+2
* Make sure that the result variable is empty in _qt_internal_collect_buildsyst...Alexey Edelev2023-12-071-0/+5
* headersclean: Remove unneeded exceptionsKai Köhne2023-12-051-1/+0
* 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
* headersclean: Simplify logic for gcc only optionsKai Köhne2023-12-041-7/+1
* headersclean: Refactor order of compiler argumentsKai Köhne2023-12-041-11/+8
* CMake: Don't run sdk / xcode version checks on non-Apple platformsAlexandru Croitor2023-12-041-0/+4
* CMake: Compute dynamic timeout for androidtestrunnerAlexandru Croitor2023-11-302-3/+33
* CMake: Remove noisy and non-informative messageAlexandru Croitor2023-11-291-4/+0
* CMake: Warn when configuring Qt with an unsupported Apple SDK or XcodeAlexandru Croitor2023-11-295-36/+186
* CMake: Move QtAutoDetect.cmake functions into a separate Helpers fileAlexandru Croitor2023-11-293-514/+525
* CMake: Create wrapper scripts after global feature evaluationAlexandru Croitor2023-11-291-2/+3
* do not override initial AUTOMOC_MACRO_NAMES valueSami Shalayel2023-11-281-2/+1
* CMake: Dynamically include and install Helpers and other filesAlexandru Croitor2023-11-274-190/+210
* CMake: Mostly unify includes into a single locationAlexandru Croitor2023-11-278-15/+11
* CMake: Include QtAndroidHelpers and QtWasmHelpers unconditionallyAlexandru Croitor2023-11-271-8/+2
* CMake: Move qt_internal_read_repo_dependencies into QtBuildRepoHelpersAlexandru Croitor2023-11-273-52/+52
* CMake: Split and refactor QtBuildInternalsConfig.cmakeAlexandru Croitor2023-11-274-1469/+1495
* CMake: Split and refactor QtSetup.cmakeAlexandru Croitor2023-11-278-439/+556
* CMake: Split QtBuild.cmake into smaller files v2Alexandru Croitor2023-11-278-662/+766
* CMake: Fix doc building when current prefix is different from originalAlexandru Croitor2023-11-241-2/+0
* Android: report more warnings for Jar buildsAssam Boudjelthia2023-11-241-1/+1
* Android: support lambda expressions in Java codeAssam Boudjelthia2023-11-241-1/+2
* Consider CMAKE_RUNTIME_OUTPUT_DIRECTORY in tests and benchmarksAlexey Edelev2023-11-221-3/+11
* Remove noisy and non-informative messageLisandro Damián Nicanor Pérez Meyer2023-11-221-4/+0
* 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-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-031-0/+16
* Be verbose on plugin inclusion, easy patch point for distrosLisandro Damián Nicanor Pérez Meyer2023-11-022-0/+18
* Replace the specific gcov compile and link options with generic --coverageAlexey Edelev2023-11-021-2/+2
* Use configure_file instead of file(COPYAmir Masoud Abdol2023-10-311-1/+1
* Use adaptive LaunchScreen on iOSAmir Masoud Abdol2023-10-262-30/+7
* Make qt-internal-configure-tests aware of Vcpkg's OpenSSL packagesAmir Masoud Abdol2023-10-261-10/+25