From 4f2fb335faa018274ebd92fc1c136896de33cef4 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 29 Aug 2023 16:51:56 +0300 Subject: [PATCH] Improve comments. --- src/app/puzzle/puzzle.qbs | 2 +- src/app/tape/tape.qbs | 2 +- src/app/valentina/valentina.qbs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/puzzle/puzzle.qbs b/src/app/puzzle/puzzle.qbs index 3997d17ff..16ea02869 100644 --- a/src/app/puzzle/puzzle.qbs +++ b/src/app/puzzle/puzzle.qbs @@ -16,7 +16,7 @@ VToolApp { Depends { name: "VGAnalyticsLib" } // Explicitly link to libcrypto and libssl to avoid error: Failed to load libssl/libcrypto. - // Path must be inside PKG_CONFIG_PATH variable. + // Use moduleProviders.qbspkgconfig.extraPaths to define the missing dependency. // Explicit linking will help macdeployqt undertsand that we want to see them inside the bundle. Depends { name: "libcrypto" diff --git a/src/app/tape/tape.qbs b/src/app/tape/tape.qbs index 3dd043ebd..13d1a27d0 100644 --- a/src/app/tape/tape.qbs +++ b/src/app/tape/tape.qbs @@ -27,7 +27,7 @@ VToolApp { } // Explicitly link to libcrypto and libssl to avoid error: Failed to load libssl/libcrypto. - // Path must be inside PKG_CONFIG_PATH variable. + // Use moduleProviders.qbspkgconfig.extraPaths to define the missing dependency. // Explicit linking will help macdeployqt undertsand that we want to see them inside the bundle. Depends { name: "libcrypto" diff --git a/src/app/valentina/valentina.qbs b/src/app/valentina/valentina.qbs index fa9f1a1d6..95a3a7e09 100644 --- a/src/app/valentina/valentina.qbs +++ b/src/app/valentina/valentina.qbs @@ -29,7 +29,7 @@ VToolApp { } // Explicitly link to libcrypto and libssl to avoid error: Failed to load libssl/libcrypto. - // Path must be inside PKG_CONFIG_PATH variable. + // Use moduleProviders.qbspkgconfig.extraPaths to define the missing dependency. // Explicit linking will help macdeployqt undertsand that we want to see them inside the bundle. Depends { name: "libcrypto"