summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Don't use list(PREPEND) in qt.toolchain.cmakeAlexandru Croitor2021-05-101-2/+3
* Fix installation of Find*.cmake files in shadow per-repo buildsJoerg Bornemann2021-05-071-1/+1
* CMake: fix build with static BrotliLi Xinwei2021-05-071-0/+7
* Fix Windows build with CMake < 3.19Joerg Bornemann2021-05-051-2/+2
* CMake: Allow usage of QtStandaloneTestTemplateProject as package componentCristian Adam2021-05-034-30/+46
* CMake: Fix reconfiguration when using a static top-level buildAlexandru Croitor2021-04-291-2/+6
* Add versioned alias for the Platform targetAlexey Edelev2021-04-271-0/+1
* Fix plugin SKIP_INSTALL optionAlexey Edelev2021-04-271-5/+14
* Skip adding externally added plugins to the plugin meta-setsAlexey Edelev2021-04-271-3/+7
* Fix linking order of the resource objectsAlexey Edelev2021-04-271-1/+1
* Inhibit CMake generator detection for qt-configure-moduleJoerg Bornemann2021-04-261-1/+2
* CMake: Install prl files from all repo build dirs in a top-level buildAlexandru Croitor2021-04-261-2/+7
* CMake: Allow enabling Apple app extension API in other reposAlexandru Croitor2021-04-262-3/+4
* CMake: Fix auto-linking of static plugins for non-QML in-tree testsAlexandru Croitor2021-04-222-16/+99
* CMake: Fix auto-linking of static plugins in standalone testsAlexandru Croitor2021-04-211-1/+1
* MSVC: define _CRT_SECURE_NO_WARNINGS for all internal CMake targetsLi Xinwei2021-04-202-4/+1
* make FindWrapBrotli.cmake not depend on vcpkg or PkgConfigLi Xinwei2021-04-201-0/+47
* CMake: Generate better Xcode iOS projectsAlexandru Croitor2021-04-203-0/+54
* CMake: Introduce zlib find script to work around hardcoded iOS SDKAlexandru Croitor2021-04-191-0/+29
* Fix DESTDIR handling on Windows for Qt modules != qtbaseJoerg Bornemann2021-04-191-2/+18
* Fix top-level build repository targetsJoerg Bornemann2021-04-191-9/+10
* CMake: Warn when using CMake 3.20.1 due to crashes in AUTOMOCAlexandru Croitor2021-04-171-0/+6
* CMake: Fix default architecture selection for macOS and iOSAlexandru Croitor2021-04-162-9/+56
* CMake: Fix hardcoded iOS SDK when finding OpenGLESAlexandru Croitor2021-04-151-2/+2
* Fix error when re-configuring an already installed Qt repositoryJoerg Bornemann2021-04-134-4/+62
* CMake: Fix condition evaluation in plugin's DEFAULT_IF optionAlexandru Croitor2021-04-131-6/+6
* CMake: Fix auto-importing of plugins in static Qt qmake projectsAlexandru Croitor2021-04-131-1/+1
* CMake: Fix duplicate symbol errors in Windows static super buildsAlexandru Croitor2021-04-131-18/+21
* Warn if using CMake 3.20.0 due to potential cyclic dependenciesCraig Scott2021-04-121-0/+5
* Avoid using prohibited target property names with INTERFACE targetsCraig Scott2021-04-072-5/+5
* CMake: Build minimal subset of tests in desktop static buildsAlexandru Croitor2021-04-073-6/+9
* Fix DESTDIR support on Windows for versioned hard-linksJoerg Bornemann2021-03-311-4/+16
* CMake: Semi-handle non-current repo qt modules when creating pluginsAlexandru Croitor2021-03-311-12/+32
* Move bin/qt-internal-configure-tests to libexecJoerg Bornemann2021-03-301-4/+4
* Improve support for QT_ADDITIONAL_PACKAGES_PREFIX_PATHKai Köhne2021-03-303-4/+12
* Fix CMAKE_INSTALL_PREFIX when building against installer-provided QtJoerg Bornemann2021-03-301-1/+1
* Fix build of QTuioTouchPlugin with Makefile generator on macOSJoerg Bornemann2021-03-301-2/+8
* headersclean: Compile with -std=c++latest, -Zc:__cplusplus on MSVCKai Köhne2021-03-301-1/+1
* Refactor qt_internal_add_plugin() and qt6_add_plugin()Craig Scott2021-03-295-113/+104
* CMake: Fix qconfig.cpp embedded prefix in the CIAlexandru Croitor2021-03-261-0/+17
* CMake: Don't attempt to add to a target that doesn't existMårten Nordheim2021-03-251-2/+4
* Add a way to install versioned hard-links for toolsJoerg Bornemann2021-03-254-3/+68
* Add plugins to Qt tools and executables for static buildsCraig Scott2021-03-235-33/+49
* Remove unnecessary $<BOOL:...> generator expressionCraig Scott2021-03-221-4/+1
* Prevent static plugin triggering autogen dependency on reconfigureCraig Scott2021-03-181-7/+15
* CMake: make sure to collect Android dependencies for pluginsAssam Boudjelthia2021-03-173-42/+67
* Bump Apple platform minimum versionsAlexandru Croitor2021-03-121-3/+3
* qtdeclarative now directly handles more qml-specific logicCraig Scott2021-03-123-12/+5
* Make qt_get_module_for_plugin() internal and do what its name saysCraig Scott2021-03-101-12/+7
* configure: Fix error when turning on/off non-emitted featuresJoerg Bornemann2021-03-091-14/+14