fixing linker with ssl
This commit is contained in:
parent
9eb028b9aa
commit
fc1a8cd945
2 changed files with 4 additions and 1 deletions
|
@ -99,6 +99,8 @@ target_link_libraries(${APP_NAME}_lib INTERFACE
|
||||||
KF5::Archive
|
KF5::Archive
|
||||||
KF5::CoreAddons
|
KF5::CoreAddons
|
||||||
mpv
|
mpv
|
||||||
|
ssl
|
||||||
|
crypto
|
||||||
)
|
)
|
||||||
|
|
||||||
# Link to the Rust library
|
# Link to the Rust library
|
||||||
|
|
|
@ -19,6 +19,8 @@ mkShell rec {
|
||||||
libsForQt5.wrapQtAppsHook
|
libsForQt5.wrapQtAppsHook
|
||||||
makeWrapper
|
makeWrapper
|
||||||
|
|
||||||
|
openssl.dev
|
||||||
|
openssl.out
|
||||||
|
|
||||||
clang-tools
|
clang-tools
|
||||||
clang
|
clang
|
||||||
|
@ -68,7 +70,6 @@ mkShell rec {
|
||||||
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
|
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
|
||||||
CMAKE_C_COMPILER = "${gcc}/bin/gcc";
|
CMAKE_C_COMPILER = "${gcc}/bin/gcc";
|
||||||
CMAKE_CXX_COMPILER = "${gcc}/bin/g++";
|
CMAKE_CXX_COMPILER = "${gcc}/bin/g++";
|
||||||
|
|
||||||
CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG = true;
|
CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG = true;
|
||||||
# QT_SCALE_FACTOR = 1;
|
# QT_SCALE_FACTOR = 1;
|
||||||
# QT_PLUGIN_PATH="${QT_PLUGIN_PATH/':''/nix/store/85jx8w2nh1ln4kb0hf3dc6ky0dh6ri24-lightly-qt-0.4.1/lib/qt-5.15.9/plugins'':'/':'}"
|
# QT_PLUGIN_PATH="${QT_PLUGIN_PATH/':''/nix/store/85jx8w2nh1ln4kb0hf3dc6ky0dh6ri24-lightly-qt-0.4.1/lib/qt-5.15.9/plugins'':'/':'}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue