summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Split QtBuild.cmake into smaller filesAlexandru Croitor2020-08-141-5805/+36
* CMake: Allow opting out of global target promotionAlexandru Croitor2020-08-131-2/+19
* CMake: Allow specifying a sysconfdir that's outside the prefixAlexandru Croitor2020-08-131-10/+17
* CMake: Fix empty value of CMAKE_SIZEOF_VOID_P when looking for toolsAlexandru Croitor2020-08-131-3/+1
* CMake: Write QMAKE_MACOSX_DEPLOYMENT_TARGET to qconfig.priJoerg Bornemann2020-08-131-0/+2
* CMake: Add missing newline at the end of qconfig.priJoerg Bornemann2020-08-131-1/+1
* CMake: Fix Threads::Threads dependency handling with CMake < 3.18Alexandru Croitor2020-08-121-0/+20
* CMake: Prepare ground work for static Qml plugins importingAlexandru Croitor2020-08-121-7/+23
* CMake: Fix prl files of static Qt buildsAlexandru Croitor2020-08-061-0/+6
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-1/+6
* CMake: Fix build with custom INSTALL_INCLUDEDIRJoerg Bornemann2020-08-061-8/+7
* CMake: Don't build debug tools by default in debug_and_release buildsJoerg Bornemann2020-08-051-0/+5
* CMake: Don't use std=gnu++11 when building Qt internal targetsAlexandru Croitor2020-08-051-0/+4
* CMake: Don't generate prl libs for Windows shared libsAlexandru Croitor2020-08-041-7/+15
* CMake: Fix generated content of prl files (again)Alexandru Croitor2020-07-311-4/+16
* CMake: Introduce qt_internal_add_appAlexandru Croitor2020-07-311-7/+49
* CMake: Fix building debug apps with qmake on WindowsAlexandru Croitor2020-07-291-36/+84
* CMake: Fix _nolink targets to be optional on the consumer sideAlexandru Croitor2020-07-291-11/+20
* cmake: Add LOWDPI option to match CONFIG+=testcase_lowdpiTor Arne Vestbø2020-07-241-1/+9
* Avoid enabling of "warnings_are_errors" flags for testsAlexander Volkov2020-07-231-1/+1
* testlib selftest: Don't pass TESTARGS to Catch2Tor Arne Vestbø2020-07-231-2/+6
* CMake: Fix QT_STAGING_PREFIX for repos other than qtbaseJoerg Bornemann2020-07-131-0/+6
* CMake: Fix incorrect SIMD arch_haswell and avx profile conditionsAllan Sandfeld Jensen2020-07-091-5/+40
* CMake: Fix missing qdevice.pri values and qt.conf info for AndroidAlexandru Croitor2020-07-091-2/+29
* CMake: Introduce QT_STAGING_PREFIXJoerg Bornemann2020-07-091-10/+2
* CMake: Write EXTRA_RPATHS to qmodule.pri if QT_EXTRA_RPATHS is setJoerg Bornemann2020-07-071-0/+5
* CMake: Don't propagate private defines for Qt header modulesAlexandru Croitor2020-07-051-7/+15
* CMake: Write QT_CPU_FEATURES to qmodule.priJoerg Bornemann2020-07-021-1/+17
* Limit OpenGL deprecation silencing on Apple platform to Qt itselfTor Arne Vestbø2020-07-021-5/+0
* CMake: Fix non-prefix build detection when CMAKE_STAGING_PREFIX is setJoerg Bornemann2020-07-011-3/+12
* CMake: Fix qconfig.cpp for cross-buildsJoerg Bornemann2020-07-011-21/+9
* CMake: Enable bitcode when targeting UIKIT aka iOSAlexandru Croitor2020-07-011-3/+7
* CMake: Use non-sanitized plugin type names in .pri filesAlexandru Croitor2020-07-011-2/+10
* CMake: Specify Prefix in target_qt.conf for non-prefix buildsAlexandru Croitor2020-07-011-0/+3
* CMake: Fix top-level .prl file generationAlexandru Croitor2020-07-011-20/+51
* CMake: Adjust some status messages about syncqt and file generationAlexandru Croitor2020-06-301-0/+1
* CMake: Don't use libraries in /usr/local by default on macOSAlexandru Croitor2020-06-291-0/+14
* CMake: Generate qdevice.pri when cross-buildingJoerg Bornemann2020-06-291-0/+22
* CMake: Allow to pass a custom target mkspec nameJoerg Bornemann2020-06-291-11/+14
* CMake: Write host architecture and ABI to qconfig.priJoerg Bornemann2020-06-291-2/+17
* CMake: Write gcc sysroot flags to qconfig.priJoerg Bornemann2020-06-291-15/+26
* CMake: Support cross-compilation with qmakeJoerg Bornemann2020-06-291-2/+89
* CMake: Transform absolute library paths into link flags in .pri filesAlexandru Croitor2020-06-291-3/+20
* CMake: Let qt_copy_or_install set the executable bit for PROGRAMSJoerg Bornemann2020-06-281-1/+20
* CMake: Add meta-target host_tools to easily build just the toolsAlexandru Croitor2020-06-261-0/+7
* CMake: Fix framework handling for .pri filesAlexandru Croitor2020-06-261-1/+5
* cmake: Apply symbol visibility settings to Objective-C/C++ sourcesTor Arne Vestbø2020-06-251-0/+6
* CMake: Place framework .prl files under ResourcesAlexandru Croitor2020-06-251-0/+8
* CMake: Allow specifying custom configure.cmake file for moduleAlexandru Croitor2020-06-231-1/+4
* CMake: Fix include paths for AUTOMOC when using frameworksAlexandru Croitor2020-06-231-17/+28