summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreDeploySupport.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Check for qtpaths6.exe existence during windows deploymentAlexandru Croitor3 days1-1/+6
* CMake: Fix custom QT_DEPLOY_TRANSLATIONS_DIR on WindowsJoerg Bornemann2024-02-141-0/+1
* CMake: Fix custom QT_DEPLOY_QML_DIR on WindowsJoerg Bornemann2024-02-141-0/+1
* qt6_deploy_translations: Don't deploy the "qt" meta-catalogJoerg Bornemann2024-01-311-1/+1
* CMake: Warn if DEPLOY_TOOL_OPTIONS is used on LinuxJoerg Bornemann2024-01-311-0/+7
* CMake: Add deployment hooks for the generic deploy toolJoerg Bornemann2023-12-181-0/+30
* CMake: Add LIBEXEC_DIR argument to qt_deploy_runtime_dependenciesJoerg Bornemann2023-12-181-0/+4
* CMake: Deploy correct arch files when cross-compiling to arm WindowsAlexandru Croitor2023-12-171-0/+7
* CMake: Add a way to pass additional arguments to win/macdeployqtJoerg Bornemann2023-12-071-0/+3
* CMake: Add NO_COMPILER_RUNTIME to deploy script macrosChristian Heimlich2023-03-131-0/+4
* CMake: Avoid repeating DESTDIR when deploying Qt libs and pluginsJoerg Bornemann2022-12-211-2/+2
* CMake: Un-TP most of the deployment APIAlexandru Croitor2022-12-081-4/+0
* CMake: Deploy runtime dependencies outside of the Qt prefix tooJoerg Bornemann2022-10-151-31/+58
* CMake: Set RPATH of deployed plugins on LinuxJoerg Bornemann2022-10-151-0/+59
* CMake: Add NO_TRANSLATIONS option to deployment functionsJoerg Bornemann2022-09-151-0/+14
* CMake: Introduce qt_deploy_translationsJoerg Bornemann2022-09-151-0/+144
* CMake: Add Linux support to qt_deploy_runtime_dependenciesJoerg Bornemann2022-09-151-2/+124
* CMake: Clarify qt_deploy_runtime_dependencies' EXECUTABLE argumentJoerg Bornemann2022-09-121-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* CMake: Allow for CMAKE_INSTALL_BINDIR set to . in deployment APIJoerg Bornemann2022-08-171-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Clean up qt_deploy_runtime_dependencies for 6.3Alexandru Croitor2022-02-281-4/+14
* CMake: Clean up qt_deploy_qt_conf for 6.3Alexandru Croitor2022-02-211-4/+19
* CMake: Mark the new deployment API as being in Technical PreviewAlexandru Croitor2021-12-091-0/+4
* Add CMake deployment supportCraig Scott2021-12-081-0/+242