summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Reset main_module_tool_deps in QtPostProcessAlexandru Croitor2019-05-221-0/+1
* Allow building the tests directory as a standalone CMake projectAlexandru Croitor2019-05-223-10/+64
* Build and use double-conversion library shipped by Qt when neededAlexandru Croitor2019-05-221-5/+15
* Avoid accidental clash with .qrc files that are checked inSimon Hausmann2019-05-211-1/+1
* Simplify top-level CMakeLists.txt for modulesSimon Hausmann2019-05-211-0/+20
* Automatically install repo specific cmake find modulesAlexandru Croitor2019-05-201-0/+15
* Propagate QT_CMAKE_EXPORT_NAMESPACE via QtCore packageAlexandru Croitor2019-05-172-0/+14
* Copy feature properties from GlobalConfig to Core targetAlexandru Croitor2019-05-171-0/+25
* Stop trying to create config forwarding headers for NO_MODULE targetsAlexandru Croitor2019-05-162-10/+14
* Save and set the CMAKE_INSTALL_PREFIX in BuildInternal's Config fileAlexandru Croitor2019-05-152-2/+8
* Use the qt_build_repo() macros for building qtbase as wellAlexandru Croitor2019-05-155-23/+89
* Encapsulate commands for building other repos into two macrosAlexandru Croitor2019-05-152-5/+13
* Implement developer / non-prefix buildsAlexandru Croitor2019-05-156-159/+442
* cmake: Correct way to save/restore env varsAlbert Astals Cid2019-05-101-6/+27
* CMake: Wrap DBus1 find_package call to fix xproto not being picked upTobias Hunger2019-05-101-0/+10
* CMake: pro2cmake.py: Separate library extraction logic from writing out dataTobias Hunger2019-05-091-3/+6
* Fix freetype target not being found when using vcpkgAlexandru Croitor2019-05-081-0/+26
* Add support for MinGWCristian Adam2019-05-041-4/+26
* Handle generating find_dependency() calls for nolink targetsAlexandru Croitor2019-05-032-4/+24
* cmake: Generate config files with Qt:: prefixKevin Funk2019-05-034-1/+33
* cmake: Install required CMake templatesKevin Funk2019-05-031-0/+3
* CMake: Improve mapping of librariesTobias Hunger2019-05-031-0/+5
* cmake: Make add_qt_executable workKevin Funk2019-05-031-0/+1
* cmake: move dependencies accumulation in QtPostProcess.cmakeJean-Michaël Celerier2019-05-034-29/+71
* Fix finding host tools when cross-compilingSimon Hausmann2019-05-031-1/+11
* cmake: make the qt_find_package PROVIDED_TARGETS optionalJean-Michaël Celerier2019-05-031-1/+1
* cmake: Fix typo, variable was renamed earlierKevin Funk2019-05-031-1/+1
* Update readme to mention how to set feature flagsAlexandru Croitor2019-05-021-0/+6
* cmake: export locally-built dependencies in static buildJean-Michaël Celerier2019-05-023-1/+108
* Make module package depend on its own tool packageAlexandru Croitor2019-05-024-2/+76
* Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-0212-6/+167
* Export tool config and target files for each relevant moduleAlexandru Croitor2019-05-028-47/+233
* Update readme with some useful infoAlexandru Croitor2019-05-011-14/+39
* Fix add_qt_tool to properly propagate NO_QT optionAlexandru Croitor2019-04-291-2/+8
* CMake: Do not link qmake against Qt (not even the bootstrap one)Tobias Hunger2019-04-291-5/+13
* Append syncqt header include dir when building pluginsAlexandru Croitor2019-04-261-0/+2
* Fix dbusxml2cpp custom command invocationAlexandru Croitor2019-04-161-5/+11
* Work around issue of missing Windows qtmain static libraryAlexandru Croitor2019-04-161-0/+6
* CMake: Use imported target to create _nolink targetsTobias Hunger2019-04-111-14/+12
* CMake: Update src/corelibTobias Hunger2019-04-111-1/+1
* CMake: Support /nolink librariesTobias Hunger2019-04-101-0/+38
* Turn off linker version script support on macOSAlexandru Croitor2019-04-091-0/+7
* CMake: FindATSPI2: Ignore repeated attempts to find ATSPI2Tobias Hunger2019-04-091-1/+3
* Stop installing test helpersAlexandru Croitor2019-04-081-1/+1
* cmake: Run tests from their build dirAlbert Astals Cid2019-04-051-1/+1
* cmake: Put the test helpers binaries in their parent folderAlbert Astals Cid2019-04-041-1/+1
* Stop installing unnecessary thingsAlexandru Croitor2019-04-031-8/+17
* CMake: Add FindCups.cmake from upstream cmakeTobias Hunger2019-04-031-0/+98
* Add a debug suffix to libraries and plugins on macOS and WindowsAlexandru Croitor2019-04-021-0/+8
* CMake: Remove 3rdparty/kwin/FindFontconfig.cmakeTobias Hunger2019-03-291-50/+0