Improve comments.

This commit is contained in:
Roman Telezhynskyi 2023-08-29 16:51:56 +03:00
parent 8de440a272
commit 4f2fb335fa
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"