summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
Commit message (Expand)AuthorAgeFilesLines
* Prospective Windows build fixSimon Hausmann2019-06-121-6/+0
* Android: Generate deployment-settings.jsonLeander Beernaert2019-06-121-1/+1
* Handle minimal_syncqt as not running syncqt for nowAlexandru Croitor2019-06-071-2/+2
* MSVC: Split the warning suppression compile options stringMårten Nordheim2019-06-061-1/+1
* Simplify per-module option handlingSimon Hausmann2019-06-061-14/+0
* Collect more known modules when considering private libraries inAlexandru Croitor2019-06-061-2/+11
* Fix "make install"Simon Hausmann2019-06-061-2/+4
* Introduce Platform*Internal targetsAlbert Astals Cid2019-06-051-66/+3
* cmake: Ensure syncqt.pl from source is foundKevin Funk2019-06-051-3/+4
* Add support for private module .pri filesSimon Hausmann2019-06-051-11/+50
* CMake: Add WinMain supportCristian Adam2019-06-051-6/+0
* 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-051-1/+1
* CMake: Fix qt_find_package PROVIDED_TARGETS checkCristian Adam2019-06-051-1/+2
* cmake: Replace - with _ in define module namesAlbert Astals Cid2019-06-051-6/+9
* cmake: don't add install-time include directories when there are noneJean-Michaël Celerier2019-06-051-6/+17
* cmake: build with exceptions disabled by defaultAlbert Astals Cid2019-06-051-4/+33
* Fix static usage requirements for XcbQpaJean-Michaël Celerier2019-06-051-14/+21
* cmake: tweak largefile definesAlbert Astals Cid2019-06-051-5/+11
* cmake: Define _LARGEFILE64_SOURCE _LARGEFILE_SOURCEAlbert Astals Cid2019-06-041-0/+5
* 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
* 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-041-0/+6
* cmake: register plug-ins, create dependencies fileJean-Michaël Celerier2019-06-041-34/+124
* Add private define _USE_MATH_DEFINES on Windows for every moduleAlexandru Croitor2019-06-041-0/+6
* Stop the flood of warnings due to qt_find_package() usageAlexandru Croitor2019-06-031-4/+0
* 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-311-1/+93
* Fix Android buildSimon Hausmann2019-05-291-0/+6
* Fix linker flag detection on AndroidSimon Hausmann2019-05-291-2/+2
* Fix syncqt call and injected file forwarding and add comments about itAlexandru Croitor2019-05-281-7/+43
* Add some qtdeclarative related functions to QtBuildAlexandru Croitor2019-05-281-0/+49
* Change the default enabled AUTOGEN tools list to contain only mocAlexandru Croitor2019-05-221-36/+64
* Allow building the tests directory as a standalone CMake projectAlexandru Croitor2019-05-221-2/+33
* Avoid accidental clash with .qrc files that are checked inSimon Hausmann2019-05-211-1/+1
* Propagate QT_CMAKE_EXPORT_NAMESPACE via QtCore packageAlexandru Croitor2019-05-171-0/+10
* Use the qt_build_repo() macros for building qtbase as wellAlexandru Croitor2019-05-151-19/+4
* Encapsulate commands for building other repos into two macrosAlexandru Croitor2019-05-151-2/+13
* Implement developer / non-prefix buildsAlexandru Croitor2019-05-151-102/+328
* CMake: pro2cmake.py: Separate library extraction logic from writing out dataTobias Hunger2019-05-091-3/+6
* Add support for MinGWCristian Adam2019-05-041-4/+26
* Handle generating find_dependency() calls for nolink targetsAlexandru Croitor2019-05-031-4/+16