summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch metatypes generation on by default for Qt modulesUlf Hermann2021-04-161-9/+19
* Merge integration refs/builds/qtci/dev/1618489823Qt CI Bot2021-04-152-1/+2
|\
| * CMake: Don't consider /opt/homebrew as a system path for arm64 macOSAlexandru Croitor2021-04-151-0/+1
| * CMake: Use PROJECT_VERSION for generated QtModule.json filesAlexandru Croitor2021-04-151-1/+1
* | Check if all required Qt targets are declared when finalizing the moduleAlexey Edelev2021-04-151-0/+3
|/
* CMake: Fix hardcoded iOS SDK when finding OpenGLESAlexandru Croitor2021-04-151-2/+2
* CMake: Fix default architecture selection for macOS and iOSAlexandru Croitor2021-04-141-5/+41
* Add CoreMotion to the list of looked-up frameworks (Mac/iOS)Juha Vuolle2021-04-141-1/+1
* Merge integration refs/builds/qtci/dev/1618224780Qt CI Bot2021-04-121-2/+2
|\
| * Use bracket-based escaping for all list arguments in a configure stringAlexey Edelev2021-04-121-2/+2
* | CMake: Fix condition evaluation in plugin's DEFAULT_IF optionAlexandru Croitor2021-04-121-6/+6
* | CMake: Fix auto-importing of plugins in static Qt qmake projectsAlexandru Croitor2021-04-121-1/+1
* | CMake: Fix duplicate symbol errors in Windows static super buildsAlexandru Croitor2021-04-121-18/+21
|/
* Warn if using CMake 3.20.0 due to potential cyclic dependenciesCraig Scott2021-04-121-0/+5
* Merge integration refs/builds/qtci/dev/1617891528Qt CI Bot2021-04-081-3/+7
|\
| * Skip adding externally added plugins to the plugin meta-setsAlexey Edelev2021-04-081-3/+7
* | Merge integration refs/builds/qtci/dev/1617880670Qt CI Bot2021-04-081-2/+0
|\ \ | |/ |/|
| * Specify QT_TESTCASE_BUILDDIR for Qt::Test users implicitlyAlexey Edelev2021-04-081-2/+0
* | Fix linking order of the resource objectsAlexey Edelev2021-04-081-1/+1
|/
* Remove use of qt_internal_module_info from qt_internal_add_pluginAlexey Edelev2021-04-071-3/+1
* CMake: Build minimal subset of tests in desktop static buildsAlexandru Croitor2021-04-063-6/+9
* CMake: Fix building multi-arch universal macOS QtAlexandru Croitor2021-04-017-9/+96
* CMake: Teach qt_internal_add_simd to exclude given osx architecturesAlexandru Croitor2021-04-011-9/+29
* wasm: add cmake build supportLorn Potter2021-04-0113-10/+179
* CMake: Make architecture detection failures more verboseAlexandru Croitor2021-03-311-3/+21
* Fix DESTDIR support on Windows for versioned hard-linksJoerg Bornemann2021-03-311-4/+16
* Make find_package in configure.cmake a hard errorJoerg Bornemann2021-03-311-0/+5
* Avoid using prohibited target property names with INTERFACE targetsCraig Scott2021-03-312-5/+5
* CMake: Semi-handle non-current repo qt modules when creating pluginsAlexandru Croitor2021-03-311-12/+32
* Merge integration refs/builds/qtci/dev/1617112958Qt CI Bot2021-03-301-4/+4
|\
| * Move bin/qt-internal-configure-tests to libexecJoerg Bornemann2021-03-301-4/+4
* | Fix processing of list arguments passed to the 'configure' scriptAlexey Edelev2021-03-301-3/+11
|/
* Remove the redundant code related to the QT_NAMESPACE variableAlexey Edelev2021-03-301-5/+0
* Fix plugin SKIP_INSTALL optionAlexey Edelev2021-03-291-5/+14
* Refactor qt_internal_add_plugin() and qt6_add_plugin()Craig Scott2021-03-295-113/+104
* Fix error when re-configuring an already installed Qt repositoryJoerg Bornemann2021-03-264-4/+62
* Merge integration refs/builds/qtci/dev/1616686367Qt CI Bot2021-03-254-3/+68
|\
| * Add a way to install versioned hard-links for toolsJoerg Bornemann2021-03-254-3/+68
* | CMake: Fix qconfig.cpp embedded prefix in the CIAlexandru Croitor2021-03-251-0/+17
* | CMake: Remove some dead codeAlexandru Croitor2021-03-251-2/+0
|/
* cmake: Handle arbitrary configure arguments that contain listsTor Arne Vestbø2021-03-231-2/+4
* Add plugins to Qt tools and executables for static buildsCraig Scott2021-03-235-33/+49
* Fix backtrace on non-linux systemsNiclas Rosenvik2021-03-221-0/+17
* Remove unnecessary $<BOOL:...> generator expressionCraig Scott2021-03-221-4/+1
* Properly set ICC and QCCNiclas Rosenvik2021-03-191-2/+2
* Set QT_DEFAULT_MKSPEC for various bsd systemsNiclas Rosenvik2021-03-191-0/+10
* CMake: Make Platform a dependency for all Qt internal targetsAlexandru Croitor2021-03-192-2/+3
* Prevent static plugin triggering autogen dependency on reconfigureCraig Scott2021-03-181-7/+15