aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/QtCreatorAPI.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake build: Add .pri files to development packageEike Ziller2021-02-221-0/+14
* cmake build: Remove unused internal variablesEike Ziller2021-01-251-31/+0
* cmake build: Make separate debug info optionalEike Ziller2020-12-221-0/+1
* cmake build: Fix handling of test dependenciesEike Ziller2020-12-181-1/+10
* cmake build: Fix PLUGIN_RECOMMENDSEike Ziller2020-12-111-8/+6
* cmake build: Remove unused component "Dependencies"Eike Ziller2020-11-231-55/+0
* cmake build/macOS: Fix installing when built with Qt6Eike Ziller2020-11-181-1/+2
* cmake build: Create DebugInfo component with separate debug infoEike Ziller2020-11-171-0/+7
* cmake build: Use CMAKE_INSTALL_NAME_TOOL instead of hardcodingEike Ziller2020-11-131-2/+2
* cmake build: Do not copy whole app bundle directory when installingEike Ziller2020-11-131-6/+68
* cmake build: Remove branding from target namesEike Ziller2020-11-111-6/+6
* cmake build: Disable refactoringbackend and pchmanagerbackendEike Ziller2020-11-051-5/+18
* cmake build: Handle turning on/off libraries the same as pluginsEike Ziller2020-11-021-20/+25
* TextEditor: Add missing file to dev packageEike Ziller2020-10-291-0/+15
* cmake build: Use qtc_add_resources for StudioWelcomeEike Ziller2020-10-271-13/+0
* Revert "cmake build: Disable clangpchmanagerbackend and refactoringbackend"Eike Ziller2020-10-271-6/+2
* cmake build: add qtc_add_resources to APIEike Ziller2020-10-271-0/+81
* cmake build: Disable clangpchmanagerbackend and refactoringbackendEike Ziller2020-10-261-2/+6
* cmake build: Add option for exporting pluginsEike Ziller2020-10-221-2/+35
* cmake build: Fix export name in case of brandingEike Ziller2020-10-221-2/+2
* CMake build: Create shared lib for shared part of qmlpuppetEike Ziller2020-10-061-10/+32
* CMake build: Add missing PROPERTIES to add_qtc_pluginEike Ziller2020-10-061-1/+1
* CMake Build: Add option to build plugins, libraries, executables by defaultCristian Adam2020-10-011-3/+7
* CMake Build: Enable PCH for testsCristian Adam2020-09-211-0/+2
* CMake build: Check minimum Qt versionEike Ziller2020-09-031-0/+2
* CMake build system: Avoid duplicated include pathsAlessandro Portale2020-08-211-6/+8
* CMake build: Remove timeout for dumper testsEike Ziller2020-06-301-2/+7
* CMake build: Fix library version numbers on macOSEike Ziller2020-06-291-0/+4
* CMake build: Build tests with relaxed QString castingEike Ziller2020-06-121-1/+6
* CMake Build: Fix unittestsCristian Adam2020-06-091-1/+4
* Disable ClangRefactoring by defaultEike Ziller2020-06-021-2/+6
* CMake build: Unify handling of qtc_add_... argumentsEike Ziller2020-05-181-12/+13
* CMake build: Use some more extend_qtc_target even internallyEike Ziller2020-05-181-42/+30
* CMake build: Avoid using extend_qtc_target directlyEike Ziller2020-05-181-70/+7
* CMake build: Move internal functions from QtCreatorAPIEike Ziller2020-05-181-384/+3
* CMake build: Allow files with relative paths in qtc_copy_to_builddirEike Ziller2020-05-131-2/+8
* CMake: copy clang and resource files only if necessaryAlexis Murzeau2020-05-111-0/+46
* CMake Build: Set BUID_WITH_PCH to OFF if CMake version less 3.16Cristian Adam2020-05-071-0/+4
* CMake build: export less generic public includesEike Ziller2020-04-241-6/+5
* CMake build: Fix devel package issuesEike Ziller2020-04-231-1/+5
* CMake build: Support QTC_PLUGIN_REVISIONEike Ziller2020-04-091-0/+1
* CMake Build: Less file creating during configureCristian Adam2020-03-021-11/+10
* CMake Build: Add qtdiag to Dependencies install targetCristian Adam2020-02-261-1/+12
* CMake build: Add a qtc_glob_resources functionAlessandro Portale2020-02-241-0/+13
* CMake Build: Set CXX_EXTENSIONS to OFF for QtCreator pluginsCristian Adam2020-02-191-0/+3
* CMake Build: Do not set suffix for qtcreatorcdbext dllCristian Adam2020-02-191-2/+2
* CMake Build: Skip PCH for targets that do not have QT_NO_CAST_TO_ASCIICristian Adam2020-02-141-0/+6
* CMake Build: Exclude Dependencies component from ALLCristian Adam2020-02-131-0/+1
* CMake build: Fix libexec path on LinuxEike Ziller2020-02-131-1/+1
* CMake Build: Use install component DependenciesCristian Adam2020-02-121-0/+1