summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix linker flag detection on AndroidSimon Hausmann2019-05-291-2/+2
* Fix architecture detection when targeting plain armSimon Hausmann2019-05-291-2/+3
* Optionally include ${repo}Setup.cmake file in qt_build_repo_beginAlexandru Croitor2019-05-281-0/+3
* Fix syncqt call and injected file forwarding and add comments about itAlexandru Croitor2019-05-281-7/+43
* Fix qt_build_repo to be more robustAlexandru Croitor2019-05-281-5/+4
* Add some qtdeclarative related functions to QtBuildAlexandru Croitor2019-05-281-0/+49
* Enable export of compile commands databaseSimon Hausmann2019-05-271-0/+5
* Fix static zstd linkageSimon Hausmann2019-05-242-2/+2
* Update vcpkg instructionsSimon Hausmann2019-05-241-21/+5
* Change the default enabled AUTOGEN tools list to contain only mocAlexandru Croitor2019-05-221-36/+64
* 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