summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Support /nolink librariesTobias Hunger2019-04-101-0/+38
* Turn off linker version script support on macOSAlexandru Croitor2019-04-091-0/+7
* CMake: FindATSPI2: Ignore repeated attempts to find ATSPI2Tobias Hunger2019-04-091-1/+3
* Stop installing test helpersAlexandru Croitor2019-04-081-1/+1
* cmake: Run tests from their build dirAlbert Astals Cid2019-04-051-1/+1
* cmake: Put the test helpers binaries in their parent folderAlbert Astals Cid2019-04-041-1/+1
* Stop installing unnecessary thingsAlexandru Croitor2019-04-031-8/+17
* CMake: Add FindCups.cmake from upstream cmakeTobias Hunger2019-04-031-0/+98
* Add a debug suffix to libraries and plugins on macOS and WindowsAlexandru Croitor2019-04-021-0/+8
* CMake: Remove 3rdparty/kwin/FindFontconfig.cmakeTobias Hunger2019-03-291-50/+0
* Install test executables into $prefix/tests instead of $prefix/binAlexandru Croitor2019-03-271-0/+2
* CMake: Set QT_STATICPLUGIN for static pluginsTobias Hunger2019-03-271-4/+6
* CMake: allow custom plugin output/install directoriesTobias Hunger2019-03-271-11/+32
* Fix AUTOMOC and friends to run only once the tools are builtAlexandru Croitor2019-03-221-0/+1
* Revert "Fix wrong target in qt_feature_module_begin"Alexandru Croitor2019-03-221-1/+1
* Add MSVC specific instruction set compiler flagsAlexandru Croitor2019-03-211-0/+15
* Fix sub-architecture (instruction sets / SIMD) handlingAlexandru Croitor2019-03-211-1/+2
* Fix wrong target in qt_feature_module_beginAlexandru Croitor2019-03-211-1/+1
* Fix internal features to also be evaluatedAlexandru Croitor2019-03-211-3/+10
* CMake: Make add_qt_executable link to Qt::Core by defaultTobias Hunger2019-03-201-2/+13
* CMake: Handle INSTALL_DIRECTORY for qt_executablesTobias Hunger2019-03-201-1/+9
* CMake: Fix names for generated DBus adaptor/interface filesTobias Hunger2019-03-201-1/+16
* CMake: Treat OUTPUT_DIRECTORY as relative to top level build directoryTobias Hunger2019-03-201-0/+3
* Add windows platform plugin and its requirementsAlexandru Croitor2019-03-181-1/+2
* Fix Windows buildAlexandru Croitor2019-03-181-0/+5
* Do define generation after feature evaluationAlexandru Croitor2019-03-181-18/+40
* CMake: Add QT_CFLAGS_* when building x86simd testsTobias Hunger2019-03-182-7/+7