summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Don't attempt to add to a target that doesn't existMårten Nordheim2021-03-171-2/+4
* Merge "Fix installation of Find*.cmake files in shadow per-repo builds"Joerg Bornemann2021-03-171-1/+1
|\
| * Fix installation of Find*.cmake files in shadow per-repo buildsJoerg Bornemann2021-03-171-1/+1
* | Fix configure build due to use of qt_set01 in configure.cmakeNiclas Rosenvik2021-03-171-0/+1
|/
* CMake: make sure to collect Android dependencies for pluginsAssam Boudjelthia2021-03-173-42/+67
* Merge "Remove superfluous variable assignments from configure.bat"Joerg Bornemann2021-03-111-3/+1
|\
| * Remove the -qmake and -cmake configure argumentsJoerg Bornemann2021-03-111-3/+1
* | Merge "Fix CMAKE_INSTALL_PREFIX when building against installer-provided Qt"Joerg Bornemann2021-03-111-1/+1
|\ \ | |/ |/|
| * Fix CMAKE_INSTALL_PREFIX when building against installer-provided QtJoerg Bornemann2021-03-111-1/+1
* | Fix build of QTuioTouchPlugin with Makefile generator on macOSJoerg Bornemann2021-03-111-2/+8
|/
* Merge "Remove now unneeded QT_BOOTSTRAPPED check from qlibraryinfo.cpp"Joerg Bornemann2021-03-111-17/+0
|\
| * Remove all qmake-related data from q[make]config.cppJoerg Bornemann2021-03-111-13/+0
| * Pass target and host mkspec as defines to QMakeLibraryInfoJoerg Bornemann2021-03-111-2/+0
| * Do not write Sysroot and SysrootifyPrefix into qmakeconfig.cppJoerg Bornemann2021-03-111-2/+0
* | Bump Apple platform minimum versionsAlexandru Croitor2021-03-101-3/+3
|/
* qtdeclarative now directly handles more qml-specific logicCraig Scott2021-03-103-12/+5
* configure: Fix error when turning on/off non-emitted featuresJoerg Bornemann2021-03-091-14/+14
* cmake: Extend qt_configure_add_summary_section by a message typeDominik Holland2021-03-091-0/+2
* Add QT_CONFIGURE_RUNNING variable for configure.cmake filesJoerg Bornemann2021-03-051-0/+4
* Merge "Fix build of Core module without regularexpression feature"Alexey Edelev2021-03-041-3/+3
|\
| * Complete the renaming of qt_add_tool to qt_internal_add_toolJoerg Bornemann2021-03-041-3/+3
* | Merge "Remove win32_system_libs feature from src/corelib/configure.json"Joerg Bornemann2021-03-043-9/+49
|\ \