summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix include paths for AUTOMOC when using frameworksAlexandru Croitor2020-06-231-17/+28
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-201-68/+0
* CMake: Do not file(GENERATE) illegal genexes in .pri file generationJoerg Bornemann2020-06-191-0/+5
* CMake: Improve automatic compiler embedding into the Qt toolchainAlexandru Croitor2020-06-181-4/+42
* CMake: Query public target defines when generating module .pri filesAlexandru Croitor2020-06-181-5/+6
* CMake: Fix namespace builds for qmake mixingAlexandru Croitor2020-06-181-1/+6
* CMake: Use intelcet flags for bootstrap and qmakeAlexandru Croitor2020-06-181-0/+19
* CMake: Don't use a lib prefix for MinGW prl filesAlexandru Croitor2020-06-181-1/+7
* CMake: Improve .prl dependency trackingAlexandru Croitor2020-06-181-3/+20
* CMake: Simplify the qt_path_join functionJoerg Bornemann2020-06-171-6/+1
* CMake: Fix .prl generation and installation for pluginsJoerg Bornemann2020-06-171-4/+4
* CMake: Fix MinGW prefixes / suffixes againAlexandru Croitor2020-06-171-6/+29
* CMake: Write QT_MAC_SDK_VERSION into qconfig.priAlexandru Croitor2020-06-172-0/+34
* CMake: Add additional info which was missing in qconfig.priAlexandru Croitor2020-06-172-0/+37
* CMake: Record info about namespaced build for qmakeAlexandru Croitor2020-06-171-0/+9
* CMake: Fix usage of qt_process_qlalr when cross compilingAlexandru Croitor2020-06-171-0/+6
* CMake: Write object libs of Qt resources to .prl filesJoerg Bornemann2020-06-162-2/+35
* CMake: Do not use $$[QT_INSTALL_LIBS/get] in generated .prl filesJoerg Bornemann2020-06-161-2/+2
* CMake: Fix many failing qtdeclarative MinGW testsAlexandru Croitor2020-06-151-8/+19
* CMake: Improve sanitizer detectionAlexandru Croitor2020-06-153-0/+38
* CMake: Generate .prl files for plugins in static Qt buildsJoerg Bornemann2020-06-152-8/+35
* CMake: Make GL_SILENCE_DEPRECATION a public define for all consumersAlexandru Croitor2020-06-122-6/+5
* CMake: Propagate largefile flags to all internal consumersAlexandru Croitor2020-06-121-1/+1
* CMake: Fix usage of gc_binaries featureAlexandru Croitor2020-06-121-4/+21
* CMake: Add missing QT_USE_QSTRINGBUILDER define for toolsAlexandru Croitor2020-06-121-1/+3
* CMake: Fix default TARGET_DESCRIPTION for Qt toolsJoerg Bornemann2020-06-121-1/+8
* Remove last traces of QT_BUILD_EXAMPLESKai Koehne2020-06-111-9/+1
* CMake: Do not generate qtbase/bin/qt.confJoerg Bornemann2020-06-112-23/+0
* CMake: Implement workaround for failing linux static buildsAlexandru Croitor2020-06-111-0/+23
* CMake: Don't add "d" suffix to MinGW debug librariesJoerg Bornemann2020-06-111-1/+9
* CMake: Fix incorrect paths in build instructions messageAlexandru Croitor2020-06-111-4/+4
* CMake: Rename cpp compile check to HAVE_DASH_UNDEFINED_SYMBOLSAlexandru Croitor2020-06-111-3/+3
* CMake: Fix installation location of plugins in static builds of QtJoerg Bornemann2020-06-111-4/+3
* CMake: Temporary workaround for static top-level Qt buildsAlexandru Croitor2020-06-101-1/+7
* CMake: Don't configure examples by defaultAlexandru Croitor2020-06-101-1/+1
* CMake: Fix dbus duplicate target errors in top-level buildsAlexandru Croitor2020-06-101-1/+4
* CMake: Fix libraries in qt_lib_XXX_private.pri files for NMCJoerg Bornemann2020-06-093-31/+167
* CMake: Fix qt_lib_XXX_private.pri generation for internal modulesJoerg Bornemann2020-06-091-15/+19
* CMake: Fix failing plugin tests on MinGWAlexandru Croitor2020-06-091-0/+4
* CMake: Save OPENSSL_ROOT_DIR in QtBuildInternalsExtraAlexandru Croitor2020-06-081-0/+10
* CMake: Don't reset install prefix upon standalone test reconfigurationAlexandru Croitor2020-06-081-12/+4
* CMake: Do not create Qt6ToolsConfig[Version].cmake filesJoerg Bornemann2020-06-082-54/+0
* cmake: quote paths to prevent issues when no install prefix is setJean-Michaƫl Celerier2020-06-051-1/+1
* CMake: Clean up AND NOT QT_BUILD_STANDALONE_TESTS in QtAutoDetectAlexandru Croitor2020-06-041-3/+2
* CMake: Protect against Qt toolchain file recursive inclusionAlexandru Croitor2020-06-043-4/+25
* CMake: Fix qmake mixing for framework buildsAlexandru Croitor2020-06-042-6/+23
* CMake: Fix double-conversion usage on macOSAlexandru Croitor2020-06-041-37/+3
* CMake: Fix standalone tests to work properly on reconfigurationAlexandru Croitor2020-06-043-17/+33
* CMake: Fix tst_foo_check to work for qml tests as wellAlexandru Croitor2020-06-031-6/+10
* CMake: Make it possible to build tools when cross-compilingLeander Beernaert2020-06-024-23/+108