summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Replace flags with spaces when removing themAlexey Edelev2021-06-121-2/+2
* CMake: Fix generated prl and pri files for MSVCLi Xinwei2021-06-025-5/+33
* Pass OpenGL_GL_PREFERENCE variable to other Qt reposJoerg Bornemann2021-06-011-0/+8
* Add QT_CONFIGURE_RUNNING variable for configure.cmake filesJoerg Bornemann2021-06-011-0/+4
* CMake: fix CMake function qt_commandline_addStringHaoyu Liu2021-05-251-1/+1
* 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
* CMake: Don't do plugin initialization for static librariesAlexandru Croitor2021-05-201-0/+7
* CMake: add an option to enable or disable versioned hard linkLi Xinwei2021-05-122-0/+8
* Fix typo in FindWrapAtomic.cmakeJohn Zimmermann2021-05-121-3/+3
* cmake: FreeBSD has DF_ORIGIN supportThiago Macieira2021-05-121-1/+1
* CMake: use additional search paths also for tool packageSamuli Piippo2021-05-101-1/+5
* CMake: Don't use list(PREPEND) in qt.toolchain.cmakeAlexandru Croitor2021-05-101-2/+3
* Fix installation of Find*.cmake files in shadow per-repo buildsJoerg Bornemann2021-05-071-1/+1
* CMake: fix build with static BrotliLi Xinwei2021-05-071-0/+7
* Fix Windows build with CMake < 3.19Joerg Bornemann2021-05-051-2/+2
* CMake: Allow usage of QtStandaloneTestTemplateProject as package componentCristian Adam2021-05-034-30/+46
* CMake: Fix reconfiguration when using a static top-level buildAlexandru Croitor2021-04-291-2/+6
* Add versioned alias for the Platform targetAlexey Edelev2021-04-271-0/+1
* Fix plugin SKIP_INSTALL optionAlexey Edelev2021-04-271-5/+14
* Skip adding externally added plugins to the plugin meta-setsAlexey Edelev2021-04-271-3/+7
* Fix linking order of the resource objectsAlexey Edelev2021-04-271-1/+1
* Inhibit CMake generator detection for qt-configure-moduleJoerg Bornemann2021-04-261-1/+2
* CMake: Install prl files from all repo build dirs in a top-level buildAlexandru Croitor2021-04-261-2/+7
* CMake: Allow enabling Apple app extension API in other reposAlexandru Croitor2021-04-262-3/+4
* CMake: Fix auto-linking of static plugins for non-QML in-tree testsAlexandru Croitor2021-04-222-16/+99
* CMake: Fix auto-linking of static plugins in standalone testsAlexandru Croitor2021-04-211-1/+1
* MSVC: define _CRT_SECURE_NO_WARNINGS for all internal CMake targetsLi Xinwei2021-04-202-4/+1
* make FindWrapBrotli.cmake not depend on vcpkg or PkgConfigLi Xinwei2021-04-201-0/+47
* CMake: Generate better Xcode iOS projectsAlexandru Croitor2021-04-203-0/+54
* CMake: Introduce zlib find script to work around hardcoded iOS SDKAlexandru Croitor2021-04-191-0/+29
* Fix DESTDIR handling on Windows for Qt modules != qtbaseJoerg Bornemann2021-04-191-2/+18
* Fix top-level build repository targetsJoerg Bornemann2021-04-191-9/+10
* CMake: Warn when using CMake 3.20.1 due to crashes in AUTOMOCAlexandru Croitor2021-04-171-0/+6
* CMake: Fix default architecture selection for macOS and iOSAlexandru Croitor2021-04-162-9/+56
* CMake: Fix hardcoded iOS SDK when finding OpenGLESAlexandru Croitor2021-04-151-2/+2
* Fix error when re-configuring an already installed Qt repositoryJoerg Bornemann2021-04-134-4/+62
* CMake: Fix condition evaluation in plugin's DEFAULT_IF optionAlexandru Croitor2021-04-131-6/+6
* CMake: Fix auto-importing of plugins in static Qt qmake projectsAlexandru Croitor2021-04-131-1/+1
* CMake: Fix duplicate symbol errors in Windows static super buildsAlexandru Croitor2021-04-131-18/+21
* Warn if using CMake 3.20.0 due to potential cyclic dependenciesCraig Scott2021-04-121-0/+5
* 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