aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Build: Remove FindQt5.cmakeEike Ziller2023-02-231-7/+2
* CMake: Qt Creator Static build supportCristian Adam2022-04-291-1/+1
* CMake build: Allow compilation without QtQuickEike Ziller2021-10-201-1/+2
* CMake build: Fix remaining issues with Devel packageEike Ziller2021-04-061-5/+5
* CMake build/Linux: Fix location of separate pluginsEike Ziller2021-01-261-0/+10
* cmake build: Fix building external plugins with Qt6Eike Ziller2021-01-061-1/+1
* cmake build: Create DebugInfo component with separate debug infoEike Ziller2020-11-171-0/+4
* cmake build: Fix permissions of scripts in installationEike Ziller2020-11-111-0/+1
* cmake build: Copy/install correct branding fileEike Ziller2020-11-101-2/+2
* cmake build: Add option for exporting pluginsEike Ziller2020-10-221-0/+2
* cmake build: Install our special FindQt5.cmakeEike Ziller2020-10-221-0/+1
* CMake build: Qt6 build fixesEike Ziller2020-09-041-1/+5
* CMake build: Move documentation functions to re-usable locationEike Ziller2020-05-251-1/+6
* CMake build: Move internal functions from QtCreatorAPIEike Ziller2020-05-181-0/+2
* CMake build: Make translation function available to external pluginsEike Ziller2020-05-051-0/+6
* CMake Deployment: Remove Dependencies componentCristian Adam2020-02-061-2/+0
* CMake Build: Add Dependencies install targetCristian Adam2020-01-301-0/+2
* CMake Build: Add app_version.h to Devel packageCristian Adam2019-09-181-1/+3
* CMake Build: Use same Qt compiler defines for testsCristian Adam2019-09-101-10/+0
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-261-537/+63
|\
| * CMake build: Add "Devel" packageCristian Adam2019-07-251-537/+63
* | Enforce QT_NO_JAVA_STYLE_ITERATORShjk2019-06-201-1/+3
|/
* CMake: Do not include libraries in "all" targetTobias Hunger2019-06-051-1/+2
* CMake build: Skip installation of test plugins / executablesCristian Adam2019-06-051-8/+12
* CMake Build: Add Qt and clang in PATH variable for Windows testsCristian Adam2019-06-031-0/+4
* CMake build: Add unittest CMake build filesCristian Adam2019-05-291-15/+41
* CMake build: Add option for disabling build of executableEike Ziller2019-05-291-0/+20
* CMake build: Fix qtc_extend_plugin if plugin is disabled by CONDITIONEike Ziller2019-05-281-2/+8
* CMake: Save a list of known Qt Creator specific targetsTobias Hunger2019-05-271-0/+19
* CMake build: Use add_qtc_depends for all add_qtc_* functionsCristian Adam2019-05-241-45/+26
* CMake build: Read QTC_BUILD_PLUGIN_${NAME} environment as defaultEike Ziller2019-05-241-1/+5
* CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-20/+78
* CMake build: Fix compilation of testsEike Ziller2019-05-221-6/+8
* Qt Creator CMake portCristian Adam2019-05-171-0/+431