summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmake: Generate config files with Qt:: prefixKevin Funk2019-05-031-1/+25
* cmake: Make add_qt_executable workKevin Funk2019-05-031-0/+1
* cmake: move dependencies accumulation in QtPostProcess.cmakeJean-Michaël Celerier2019-05-031-10/+29
* 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: export locally-built dependencies in static buildJean-Michaël Celerier2019-05-021-1/+94
* Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-0/+56
* Export tool config and target files for each relevant moduleAlexandru Croitor2019-05-021-30/+167
* 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: Support /nolink librariesTobias Hunger2019-04-101-0/+38
* 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
* 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
* 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
* CMake: pro2cmake.py: Handle SIMD sourcesTobias Hunger2019-03-181-0/+52
* Improve add_qt_resource functionTobias Hunger2019-03-111-8/+24
* cmake: Fix moc on macOSMikhail Svetkin2019-03-061-10/+48
* CMake: Handle gc-sections linker flagsTobias Hunger2019-03-041-11/+21
* Fix usage of linker -no-undefined flag for macOSAlexandru Croitor2019-02-271-6/+15
* Fix use of uic when cross-compilingSimon Hausmann2019-02-191-0/+16
* cmake: Make sure to finddeps of private targetKevin Funk2019-02-141-30/+33
* cmake: Make sure QT_SYNCQT is persistedKevin Funk2019-02-141-7/+9
* cmake: Make sure QtModuleConfig.cmake.in is foundKevin Funk2019-02-141-1/+2
* cmake: Also use -Wl,--no-undefined for ClangKevin Funk2019-02-131-2/+2
* Use rpath by default not only for building but also installed binariesSimon Hausmann2019-02-131-0/+14
* Fix build without VulkanSimon Hausmann2019-02-121-2/+2