summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix DESTDIR handling on Windows for Qt modules != qtbaseJoerg Bornemann2021-04-191-2/+18
* CMake: Fix duplicate symbol errors in Windows static super buildsAlexandru Croitor2021-04-131-18/+21
* CMake: Fix auto-importing of plugins in static Qt qmake projectsAlexandru Croitor2021-04-131-1/+1
* 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
* Move syncqt.pl to libexecJoerg Bornemann2021-03-091-5/+1
* Complete the renaming of qt_add_tool to qt_internal_add_toolJoerg Bornemann2021-03-071-3/+3
* Generate information about user-facing applications in build dirJoerg Bornemann2021-03-074-1/+33
* Avoid cyclic dependency between plugin and module *Config.cmake filesCraig Scott2021-02-251-1/+1
* CMake: Prevent qt_remove_args() from accessing out-of-range list indexCraig Scott2021-02-241-0/+4
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-0/+17
* CMake: Reformat shared keyword listsCraig Scott2021-02-241-12/+63
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-231-1/+1
* Coin: remove workarounds to allow running Android testsAssam Boudjelthia2021-02-181-2/+0
* CMake: handle Android features dependencies for modulesAssam Boudjelthia2021-02-181-0/+19
* qmake: Introduce QT_HOST_LIBEXECS propertyJoerg Bornemann2021-02-181-0/+1
* Do not rewrite boolean INPUTs if they have a corresponding featureAlexey Edelev2021-02-181-12/+0
* Document more arguments of qt_internal_add_toolJoerg Bornemann2021-02-151-0/+6
* Prepare installation of tools to libexecJoerg Bornemann2021-02-151-6/+19
* Android: set minimum recommended android SDK to 29Assam Boudjelthia2021-02-131-1/+1
* configure: Don't guess the compiler if the user already chose oneJoerg Bornemann2021-02-111-4/+41
* CMake: setup windows tools path only when building on WindowsSamuli Piippo2021-02-111-1/+1
* CMake: add Qt::Gui dependency by default for Android testsAssam Boudjelthia2021-02-111-1/+5
* Fix FindWrapOpenSSL.cmake if OpenSSL::Crypto is UNKNOWN_LIBRARYJoerg Bornemann2021-02-111-1/+1
* Fix completely wrong init_class and jar_bundle_native valuesAlex Blasche2021-02-101-2/+2
* Update name of c++2a to c++20Kai Köhne2021-02-102-2/+2
* configure: Fix handling of -translationdir argumentJoerg Bornemann2021-02-081-1/+2
* CMake/QtAutoDetect: fix failure with multiline toolchain filePeter Seiderer2021-02-081-1/+1
* CMake: Fix HAVE_openssl config test when using static OpenSSLLi Xinwei2021-01-281-0/+12
* Clear non-relevant CMake compiler flagsAlexey Edelev2021-01-275-28/+104
* Fix output files of the *_header_check targetsJoerg Bornemann2021-01-271-1/+3