Improve comments.
This commit is contained in:
parent
8de440a272
commit
4f2fb335fa
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user