summaryrefslogtreecommitdiff
path: root/cmake/QtCreatorAPI.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake build: Put wininterrupt and cdbextension into separate componentsEike Ziller2020-02-111-4/+56
* CMake Deployment: Move creation of qt.conf to add_qtc_executableCristian Adam2020-02-061-0/+49
* CMake Deployment: Fix deployment / rpath handing on LinuxCristian Adam2020-02-061-6/+16
* CMake Build: Brought back GoogleTest unittestCristian Adam2020-01-311-1/+1
* CMake Build: Add include guards for QtCreatorAPICristian Adam2020-01-311-0/+5
* CMake Build: Add Dependencies install targetCristian Adam2020-01-301-0/+33
* CMake Build: set a 5s timeout per testCristian Adam2020-01-281-1/+5
* CMake Build: add perfparserCristian Adam2020-01-281-5/+26
* CMake build: Some clean up for macOSEike Ziller2020-01-241-2/+2
* CMake build system: Fix skipping tests with unmet dependenciesAlessandro Portale2020-01-161-1/+1
* CMake build system: Skip building tests with unmet dependenciesAlessandro Portale2020-01-161-0/+6
* CMake Build: do not set .dll extension for static libraries on WindowsCristian Adam2020-01-151-1/+1
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-151-0/+1
|\
| * CMake build: Fix version number in library file namesEike Ziller2020-01-141-0/+1
* | CMake Build: match qmake naming scheme on WindowsCristian Adam2020-01-141-0/+16
* | Merge remote-tracking branch 'origin/4.11'Orgad Shaneh2019-12-071-4/+8
|\ \ | |/
| * CMake Build: do not fail to install on missing targetsCristian Adam2019-12-031-4/+8
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-111-2/+6
|\ \ | |/
| * CMake: Make sure that explicit plugin.h files depend on the json fileCristian Adam2019-11-071-1/+5
| * macOS: Fix execution of helper executables with UIEike Ziller2019-11-051-1/+1
* | Windows: Remove explicit usage of _WIN32_WINNT and WINVER macrosCristian Adam2019-10-311-0/+7
|/
* CMake Buildsystem: Enable visibility settings for binariesTobias Hunger2019-10-211-0/+2
* CMake BuildSystem: Fix visibility handling for PCHTobias Hunger2019-10-161-1/+11
* CMake Build: Enable PCH build with the latest CMake versionCristian Adam2019-10-091-4/+8
* CMake Build: Properly build qtcreatorcdbextCristian Adam2019-10-081-6/+18
* CMake Build: Allow building with Qt5 and Qt6Cristian Adam2019-09-241-4/+4
* CMake: Fix typoOrgad Shaneh2019-09-201-4/+4
* CMake build: Fix additional feature infoEike Ziller2019-09-201-2/+7
* CMake Build: Use shared precompile headersCristian Adam2019-09-191-10/+34
* CMake Build: Fix CMake configuration when BUILD_WITH_TESTS=ONCristian Adam2019-09-191-6/+6
* CMake: Handle translationsTobias Hunger2019-09-171-5/+48