diff options
| author | David Doan <daviddoan@Davids-MacBook-Pro-70.local> | 2023-12-08 13:28:05 -0500 |
|---|---|---|
| committer | David Doan <daviddoan@Davids-MacBook-Pro-70.local> | 2023-12-08 13:28:05 -0500 |
| commit | 7e02d29375e9d6a1bbea98dc6dca600730ab8ec3 (patch) | |
| tree | 66b2af48f645de2bb67f78edc7a784d7f304929c /cmake-build-rel-cs2230/.qt/QtDeploySupport.cmake | |
| parent | 31d28f945856ff4b3f5d55e61a747afd08d6f0f9 (diff) | |
| parent | 3998e9509ffb511bb449965f1ca0695e2bec2c7d (diff) | |
rotation and merge
Diffstat (limited to 'cmake-build-rel-cs2230/.qt/QtDeploySupport.cmake')
| -rw-r--r-- | cmake-build-rel-cs2230/.qt/QtDeploySupport.cmake | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/cmake-build-rel-cs2230/.qt/QtDeploySupport.cmake b/cmake-build-rel-cs2230/.qt/QtDeploySupport.cmake deleted file mode 100644 index 15b62cf..0000000 --- a/cmake-build-rel-cs2230/.qt/QtDeploySupport.cmake +++ /dev/null @@ -1,60 +0,0 @@ -cmake_minimum_required(VERSION 3.16...3.21) - -# These are part of the public API. Projects should use them to provide a -# consistent set of prefix-relative destinations. -if(NOT QT_DEPLOY_BIN_DIR) - set(QT_DEPLOY_BIN_DIR "bin") -endif() -if(NOT QT_DEPLOY_LIB_DIR) - set(QT_DEPLOY_LIB_DIR "lib") -endif() -if(NOT QT_DEPLOY_PLUGINS_DIR) - set(QT_DEPLOY_PLUGINS_DIR "plugins") -endif() -if(NOT QT_DEPLOY_QML_DIR) - set(QT_DEPLOY_QML_DIR "qml") -endif() -if(NOT QT_DEPLOY_TRANSLATIONS_DIR) - set(QT_DEPLOY_TRANSLATIONS_DIR "translations") -endif() -if(NOT QT_DEPLOY_PREFIX) - set(QT_DEPLOY_PREFIX "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}") -endif() -if(QT_DEPLOY_PREFIX STREQUAL "") - set(QT_DEPLOY_PREFIX .) -endif() -if(NOT QT_DEPLOY_IGNORED_LIB_DIRS) - set(QT_DEPLOY_IGNORED_LIB_DIRS "") -endif() - -# These are internal implementation details. They may be removed at any time. -set(__QT_DEPLOY_SYSTEM_NAME "Darwin") -set(__QT_DEPLOY_IS_SHARED_LIBS_BUILD "ON") -set(__QT_DEPLOY_TOOL "/Users/sotech117/Qt/6.5.2/macos/bin/macdeployqt") -set(__QT_DEPLOY_IMPL_DIR "/Users/sotech117/Documents/master/graphics/projects-ray-sotech117/cmake-build-rel-cs2230/.qt") -set(__QT_DEPLOY_VERBOSE "") -set(__QT_CMAKE_EXPORT_NAMESPACE "Qt6") -set(__QT_DEPLOY_GENERATOR_IS_MULTI_CONFIG "0") -set(__QT_DEPLOY_ACTIVE_CONFIG "Release") -set(__QT_NO_CREATE_VERSIONLESS_FUNCTIONS "") -set(__QT_DEFAULT_MAJOR_VERSION "6") -set(__QT_DEPLOY_QT_ADDITIONAL_PACKAGES_PREFIX_PATH "") -set(__QT_DEPLOY_QT_INSTALL_PREFIX "/Users/sotech117/Qt/6.5.2/macos") -set(__QT_DEPLOY_QT_INSTALL_BINS "bin") -set(__QT_DEPLOY_QT_INSTALL_PLUGINS "./plugins") -set(__QT_DEPLOY_QT_INSTALL_TRANSLATIONS "./translations") -set(__QT_DEPLOY_PLUGINS "") -set(__QT_DEPLOY_MUST_ADJUST_PLUGINS_RPATH "") -set(__QT_DEPLOY_USE_PATCHELF "") -set(__QT_DEPLOY_PATCHELF_EXECUTABLE "") - -# Define the CMake commands to be made available during deployment. -set(__qt_deploy_support_files - "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreDeploySupport.cmake" -) -foreach(__qt_deploy_support_file IN LISTS __qt_deploy_support_files) - include("${__qt_deploy_support_file}") -endforeach() - -unset(__qt_deploy_support_file) -unset(__qt_deploy_support_files) |
