summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not collect the Private module dependencies values in public variablesAlexey Edelev2023-10-251-4/+14
* Suppress "duplicate libraries" warning for Xcode 15Amir Masoud Abdol2023-10-241-13/+22
* Fix the dependency list naming when collecting repo dependenciesAlexey Edelev2023-10-241-0/+3
* Revert "Make sure that pkgconf can find HarfBuzz"Amir Masoud Abdol2023-10-231-6/+2
* CMake: Use stored compiler only for qt-cmake-privateKai Köhne2023-10-182-8/+11
* Make sure that pkgconf can find HarfBuzzAmir Masoud Abdol2023-10-181-2/+6
* Allow Qt components be OPTIONAL when building standalone testsAlexey Edelev2023-10-171-1/+1
* CMake: Fix Qt toolchain file recursive inclusionTasuku Suzuki2023-10-171-1/+1
* Consider changes of the CMake flags when re-building syncqtAlexey Edelev2023-10-161-26/+34
* Remove --no-undefined for VxWorks Qt shared libsMichał Łoś2023-10-131-0/+6
* Remove Qt_6_PRIVATE_API ELF version from a symbol used by QFuture::then()Thiago Macieira2023-10-112-2/+38
* cmake: simplify exceptions handling codeYuhang Zhao2023-10-111-8/+4
* MSVC: use consistent flag with other compilersYuhang Zhao2023-10-111-3/+1
* Fix installation of the SSG headers for framework buildsChristian Strømme2023-10-101-1/+1
* CMake: use correct flags for clang-clYuhang Zhao2023-10-091-27/+32
* MSVC: remove clang-cl parametersYuhang Zhao2023-10-081-8/+4
* qtbase: fix clang-cl warningYuhang Zhao2023-10-081-1/+6
* cmake: add some note of MSVC undocumented flagYuhang Zhao2023-10-081-0/+4
* Only build the Mimer SQL QtSql plugin for macOS on arm64 and x86_64Fredrik Ålund2023-10-041-1/+2
* Add -DQT_NO_INT128 to every target when building for VxWorksŁukasz Matysiak2023-09-281-0/+9
* Resolve symlinks when running headersclean checkAlexey Edelev2023-09-271-1/+2
* Remove remnants of Qt for Native Client (NACL)Tor Arne Vestbø2023-09-231-1/+0
* Remove framework-related functionality from syncqtAlexey Edelev2023-09-222-15/+24
* Add coverage and coverage-gcov featuresAlexey Edelev2023-09-223-1/+34
* CMake: Fix config condition evaluatorJoerg Bornemann2023-09-211-18/+31
* CMake: Use while instead of foreach in qt_evaluate_config_expressionJoerg Bornemann2023-09-211-9/+5
* CMake: Remove superfluous code from qt_evaluate_config_expressionJoerg Bornemann2023-09-211-4/+0
* CMake: Add a config.redo script similar to qt5's config.statusAlexandru Croitor2023-09-201-0/+39
* CMake: Handle subdirectory test data installationAlexandru Croitor2023-09-201-7/+19
* CMake/ELF: replace 'extern "C++"' with exhaustive mangled expansionsThiago Macieira2023-09-191-4/+30
* CMake: Add I18N_LANGUAGES keyword to qt_standard_project_setupJoerg Bornemann2023-09-191-3/+6
* wasm tests: Restore killing browser after each testPiotr Wierciński2023-09-191-1/+1
* CI: Enable some tests under corelib/thread for Wasm platformPiotr Wierciński2023-09-141-10/+29
* CMake: Fix reconfiguration when -no-opengl is specifiedAlexandru Croitor2023-09-132-15/+17
* Show the allowed values for configure argumentsAlexey Edelev2023-09-131-1/+3
* CMake: Fix build with CMake 3.28 on macOSJoerg Bornemann2023-09-121-2/+6