summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Re-generate the CMakeLists.txt and add the prev filesSimon Hausmann2019-06-0524-92/+907
* CMake: Add WinMain supportCristian Adam2019-06-054-6/+78
* Fix typo: PROJECT_MAJOR_VERSION does not existKevin Funk2019-06-051-1/+1
* 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
* Add AppleClang as exception for warnings as errors for md4c libraryAlexandru Croitor2019-06-051-1/+1
* cmake: Add warnings_are_errors optionAlbert Astals Cid2019-06-057-4/+76
* 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-05256-4251/+6056
* 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
* Update .prev cmake filesAlbert Astals Cid2019-06-053-1/+3
* Regenerate cocoa qpa pluginAlexandru Croitor2019-06-052-1/+140
* CMake: Add WrapPCRE2 packageCristian Adam2019-06-056-18/+25
* cmake: Replace - with _ in define module namesAlbert Astals Cid2019-06-051-6/+9
* Fix OpenGL vs. GLESv2 linkage, attempt number threeSimon Hausmann2019-06-059-50/+12
* 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-052-0/+4
* cmake: build with exceptions disabled by defaultAlbert Astals Cid2019-06-058-4/+42
* Fix static usage requirements for XcbQpaJean-Michaël Celerier2019-06-0511-28/+97
* Fix linkage of QtWidgets on AndroidSimon Hausmann2019-06-051-0/+10
* Fix write_all_source_file_lists type annotationAlexandru Croitor2019-06-051-1/+1
* Revert "Map module.gui to if TARGET Qt::Gui in configure.cmake"Alexandru Croitor2019-06-052-10/+0
* Map module.gui to if TARGET Qt::Gui in configure.cmakeAlexandru Croitor2019-06-052-0/+10
* Improve run_pro2cmake.pyAlexandru Croitor2019-06-051-33/+104
* Regenerate the main qtbase modulesAlexandru Croitor2019-06-0518-103/+139
* Fix extra_keys in write_all_source_file_lists to be optionalAlexandru Croitor2019-06-051-3/+6
* cmake: tweak largefile definesAlbert Astals Cid2019-06-051-5/+11
* Fix special_case_handler to handle git add prev_CMakeLists.txt betterAlexandru Croitor2019-06-041-2/+26
* Include the .prev_CMakeLists.txt files for selftestsAlexandru Croitor2019-06-0458-1/+1252
* Improve special_case_helper.pyAlexandru Croitor2019-06-041-3/+13
* pro2cmake: Add PUBLIC to target_include_directoriesKevin Funk2019-06-041-1/+1
* pro2cmake: Always add a newline after func callsKevin Funk2019-06-041-1/+1
* pro2cmake: A couple more fixes regarding examplesKevin Funk2019-06-041-8/+8
* 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
* cmake: Fix tests that need helper binariesAlbert Astals Cid2019-06-044-2/+13
* cmake: Fix testlib/selftestsAlbert Astals Cid2019-06-0457-81/+1758
* Android: Fix incorrect build config for NetworkLeander Beernaert2019-06-041-8/+1
* Fix qFindTestData with cmake and ninja generatorSimon Hausmann2019-06-044-8/+31
* 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-0412-168/+453