summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Also bump to CMake 3.15 in READMEKai Koehne2019-06-051-1/+1
* CMake: Disable autotests for non-developer buildsKai Koehne2019-06-051-1/+4
* cmake: Add warnings_are_errors optionAlbert Astals Cid2019-06-051-0/+63
* Cmake: Disable warnings when building Qt pluginsKai Koehne2019-06-051-5/+0
* Set QT_DEPRECATED_WARNINGS_SINCE also for CMakeKai Koehne2019-06-051-0/+1
* Allow to build examples as standalone projectKevin Funk2019-06-056-20/+39
* Fix a few of the Wrap modules to protect against double creation ofAlexandru Croitor2019-06-053-0/+21
* CMake: Fix qt_find_package PROVIDED_TARGETS checkCristian Adam2019-06-051-1/+2
* CMake: Add WrapPCRE2 packageCristian Adam2019-06-052-13/+20
* cmake: Replace - with _ in define module namesAlbert Astals Cid2019-06-051-6/+9
* Fix OpenGL vs. GLESv2 linkage, attempt number threeSimon Hausmann2019-06-051-20/+0
* cmake: don't add install-time include directories when there are noneJean-Michaël Celerier2019-06-051-6/+17
* Map module.gui to if TARGET Qt::Gui in configure.cmakeAlexandru Croitor2019-06-051-0/+2
* cmake: build with exceptions disabled by defaultAlbert Astals Cid2019-06-051-4/+33
* Fix static usage requirements for XcbQpaJean-Michaël Celerier2019-06-058-22/+83
* Revert "Map module.gui to if TARGET Qt::Gui in configure.cmake"Alexandru Croitor2019-06-051-8/+0
* Map module.gui to if TARGET Qt::Gui in configure.cmakeAlexandru Croitor2019-06-051-0/+8
* cmake: tweak largefile definesAlbert Astals Cid2019-06-051-5/+11
* Install plugin related .cmake.in filesAlexandru Croitor2019-06-041-0/+2
* cmake: Define _LARGEFILE64_SOURCE _LARGEFILE_SOURCEAlbert Astals Cid2019-06-041-0/+5
* Fix linking QtGui on AndroidSimon Hausmann2019-06-042-3/+3
* CMake: Treat Qt plugins as MODULE librariesCristian Adam2019-06-041-1/+1
* CMake: Install plugins on WindowsCristian Adam2019-06-041-0/+1
* Android: Use lld as default linker for Qt ModulesLeander Beernaert2019-06-041-0/+6
* Fix build with clang 8.0Simon Hausmann2019-06-041-1/+3
* CMake: Install dlls on WindowsCristian Adam2019-06-041-0/+1
* Fix qFindTestData with cmake and ninja generatorSimon Hausmann2019-06-041-1/+4
* CMake: Allow build with MinGW and Hunter 3rd party packagesCristian Adam2019-06-042-1/+14
* 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