summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Check the impact of static link order for user projectsAlexey Edelev2021-06-165-33/+122
* CMake: Promote all targets to global within a scope when possibleAlexandru Croitor2021-06-163-3/+39
* CMake: Allow promoting the Qt libraries to be global targetsAlexandru Croitor2021-06-168-17/+154
* Detect win32-msvc targetAllan Sandfeld Jensen2021-06-151-0/+3
* Fix the win32-clang-msvc targetAllan Sandfeld Jensen2021-06-154-3/+10
* Adjust the EntryPoint target name according to the internal module naming policyAlexey Edelev2021-06-152-9/+10
* CMake: Be precise about EXTERNAL_BUILD check when building examplesAlexandru Croitor2021-06-151-1/+3
* CMake: Add public FindPackageHelpersDominik Holland2021-06-145-4/+6
* cmake: Allow tools to enable exceptionsRobert Griebl2021-06-141-1/+7
* Replace flags with spaces when removing themAlexey Edelev2021-06-121-2/+2
* Fix internal module mappings of the qtdeclarative repoAlexey Edelev2021-06-111-2/+2
* Add the check for linker capabilities to resolve circular dependenciesAlexey Edelev2021-06-108-2/+202
* CMake: Fix global 'apk' target to apply to Qt EXTERNAL_BUILD examplesAlexandru Croitor2021-06-081-0/+17
* wasm: fix threaded buildsLorn Potter2021-06-081-2/+4
* CMake: Add support for building with clang-clCristian Adam2021-06-042-2/+4
* Remove CMake compatibility functions for old APIJoerg Bornemann2021-06-043-114/+0
* Fix support for using system supplied md4c libraryNiclas Rosenvik2021-06-031-0/+24
* Move resource object files to the beginning of linker line in .prl filesAlexey Edelev2021-06-031-1/+1
* Fix location of qtattributionsscanner in doc buildsKai Köhne2021-06-031-6/+9
* Make framework names consistent with the module namesAlexey Edelev2021-06-034-18/+25
* Collect resource objects of plugins and their dependencies in finalizerAlexey Edelev2021-06-031-2/+32
* CMake: Explicitly generate static plugin helpers into binary dirUlf Hermann2021-06-031-2/+2
* CMake: Fix generated prl and pri files for MSVCLi Xinwei2021-06-025-5/+33
* Fix EXTRA_CMAKE_FILES behavior of qt_internal_add_toolJoerg Bornemann2021-06-011-9/+24
* Pass OpenGL_GL_PREFERENCE variable to other Qt reposJoerg Bornemann2021-06-011-0/+8
* Do not get LINK_LIBRARY of the interface librariesAlexey Edelev2021-06-011-1/+7
* CMake: Create global imported versionless tool targetsAlexandru Croitor2021-06-011-1/+1
* CMake: Allow printing config summary even if module is not builtAlexandru Croitor2021-06-012-1/+23
* Move the framework related information to the common functionAlexey Edelev2021-05-314-26/+62
* Rework resource finalizer approachAlexey Edelev2021-05-311-10/+40
* Implement propagation of object files to the end-point executableAlexey Edelev2021-05-274-0/+56
* CMake: Revise plugin finalizer mode usageAlexandru Croitor2021-05-271-0/+2
* wasm: fix cmake syntax for emscriptenLorn Potter2021-05-271-4/+4
* Use the correct framework name when preparing the framework pathsAlexey Edelev2021-05-271-1/+1
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-9/+220
* CMake: Remove some dead installation codeAlexandru Croitor2021-05-251-17/+0
* CMake: Introduce a public qt_add_library functionAlexandru Croitor2021-05-252-88/+132
* CMake: fix CMake function qt_commandline_addStringHaoyu Liu2021-05-251-1/+1
* Add _qt_module_interface_name for 3rdparty librariesAlexey Edelev2021-05-231-0/+3
* Add export of the Private targets for the internal modulesAlexey Edelev2021-05-221-8/+6
* qmake: Pick default architecture on macOS based on unameTor Arne Vestbø2021-05-211-0/+7
* Enable UNICODE for all Qt targets and Qt consumers by defaultAlexey Edelev2021-05-213-8/+16
* Do not expose Qt internals by the HEADER_MODULEsAlexey Edelev2021-05-201-1/+2
* Merge main and private targets of the internal modulesAlexey Edelev2021-05-207-83/+157
* Add support for building and installing repo target setsJoerg Bornemann2021-05-204-0/+57
* CMake: Introduce finalizer mode handling of static pluginsAlexandru Croitor2021-05-202-3/+187
* CMake: Build plugin initializers as object libsAlexandru Croitor2021-05-184-45/+78
* cmake: Add repository name to test labels for qt5 buildsTor Arne Vestbø2021-05-181-1/+7
* CMake: Provide supported qt_internal_add_module() args via a functionCraig Scott2021-05-181-6/+46
* CMake: Don't do plugin initialization for static librariesAlexandru Croitor2021-05-171-0/+7