summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
...
* Android: Fix linker erros for liblog & libcLeander Beernaert2019-06-041-0/+8
* cmake: register plug-ins, create dependencies fileJean-Michaël Celerier2019-06-048-162/+424
* cmake: Fix xcb buildAlbert Astals Cid2019-06-041-1/+5
* Add private define _USE_MATH_DEFINES on Windows for every moduleAlexandru Croitor2019-06-041-0/+6
* Handle a few more condition types in pro2cmakeAlexandru Croitor2019-06-041-0/+39
* QtConfig.cmake.in: Fix typoKevin Funk2019-06-041-1/+1
* Add some basic instructions for cross-compiling for AndroidSimon Hausmann2019-06-031-0/+15
* Fix Android buildSimon Hausmann2019-06-031-2/+0
* Stop the flood of warnings due to qt_find_package() usageAlexandru Croitor2019-06-031-4/+0
* Fix cmake generate step when cross-compilation against AndroidSimon Hausmann2019-06-034-0/+16
* Improve finding of sqlite with vcpkgSimon Hausmann2019-06-031-0/+18
* Add build type (debug) and static vs dynamic to CONFIG in qconfig.priAlexandru Croitor2019-05-311-1/+14
* Improve qconfig.cpp generationAlexandru Croitor2019-05-311-8/+65
* Add architecture and abi to generated qconfig.priSimon Hausmann2019-05-311-1/+3
* Add basic support for compiling applications with qmakeSimon Hausmann2019-05-312-1/+95
* Fix Android buildSimon Hausmann2019-05-291-0/+6
* 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