From d0911d0a92f47996fcba5520a8a91fe47e10f4a6 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 26 Feb 2020 11:41:20 +0100 Subject: CMake: Port the 'separate_debug_info' feature For this, we have to uninline the separate_debug_info configure test, because supporting the conversion of this in configurejson2cmake is not worth the hassle. Separate debug information can be turned on for a target by calling the function qt_enable_separate_debug_info. For Qt's shared libraries and tools separate debug information is generated if the 'separate_debug_info' feature is manually turned on. Change-Id: Ic2ffc15efef3794dc0aa42f3d853ef6d651a751c Reviewed-by: Leander Beernaert Reviewed-by: Alexandru Croitor --- cmake/QtSeparateDebugInfo.Info.plist.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cmake/QtSeparateDebugInfo.Info.plist.in (limited to 'cmake/QtSeparateDebugInfo.Info.plist.in') diff --git a/cmake/QtSeparateDebugInfo.Info.plist.in b/cmake/QtSeparateDebugInfo.Info.plist.in new file mode 100644 index 0000000000..d3e8dfbe7f --- /dev/null +++ b/cmake/QtSeparateDebugInfo.Info.plist.in @@ -0,0 +1,16 @@ + + + + + CFBundleIdentifier + com.apple.xcode.dsym.${BUNDLE_ID} + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} + CFBundleVersion + ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} + + -- cgit v1.2.3