summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmake: Start to use ConfigExtra.cmake filesKevin Funk2019-02-121-5/+15
* cmake: replace unused macro with a proper valueJean-Michaƫl Celerier2019-02-121-3/+3
* cmake: Create Qt5 compat targets in config filesKevin Funk2019-02-121-13/+15
* cmake: Set up VERSION/SOVERSION properlyKevin Funk2019-02-121-0/+2
* cmake: Make find_package(Qt5 ...) work properlyKevin Funk2019-02-111-8/+19
* cmake: Parse SYNCQT.INJECTIONSKevin Funk2019-02-111-1/+28
* CMake: Introduce QT_HAS_NAMESPACETobias Hunger2019-01-311-0/+5
* CMake: Add debugging support for extend_target(...) callsTobias Hunger2019-01-311-0/+9
* CMake: pro2cmake.py: Pass QMAKE_MOC_OPTIONS on to CMakeTobias Hunger2019-01-311-1/+7
* CMake: pro2cmake.py: Convert more settings from .pro-file to CMakeTobias Hunger2019-01-311-2/+18
* cmake: test: Enable the build of qdbusabstractinterfaceAlbert Astals Cid2019-01-301-8/+14
* CMake: Store Qt features in CMake CacheTobias Hunger2019-01-171-33/+0
* CMake: Introduce Qt::GlobalConfig to hold the global featuresTobias Hunger2019-01-171-7/+2
* CMake: Use AUTOMOC/AUTOUIC/AUTORCCTobias Hunger2018-12-141-264/+29
* CMake: SimplifyTobias Hunger2018-12-141-94/+54
* CMake: Merge qt_internal_module_include_dir and qt_internal_module_infoTobias Hunger2018-12-141-46/+43
* CMake: Unify creation of target aliasesTobias Hunger2018-12-141-11/+23
* CMake: Refactor qt module name related codeTobias Hunger2018-12-141-22/+33
* Prefer qt_internal_ over _qt_ for internal functionsTobias Hunger2018-12-141-3/+2
* CMake: Unify on variable names without _ in functionsTobias Hunger2018-12-141-141/+140
* CMake: Do less feature-pushingTobias Hunger2018-11-221-2/+7
* CMake: Simplify registration of known Qt targetsTobias Hunger2018-11-221-4/+6
* CMake: Add simple test for moc handling and fix the implementationTobias Hunger2018-11-221-61/+46
* CMake: Add test for QRC and make it passTobias Hunger2018-11-221-21/+23
* CMake: Add test for uic handlingTobias Hunger2018-11-221-20/+16
* CMake: Simplify qt_make_output_fileTobias Hunger2018-11-221-24/+19
* CMake: Fix import of features while generating CMakeListsMikhail Svetkin2018-11-061-4/+7
* CMake: Fix import of featuresTobias Hunger2018-11-051-6/+6
* CMake: Simplify Feature handlingTobias Hunger2018-11-051-11/+17
* Support dbus adaptors and interfacesTobias Hunger2018-11-011-3/+57
* Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1080