From 9aca9f93f2b62376751a2938bfbc9e1adacf6ebb Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sun, 7 Jun 2020 13:39:24 +0200 Subject: [PATCH] changed deployment paths to match new file structure --- Qt-Secret/src/Qt-Secret.pro | 2 +- ScStwLibraries/ScStwLibraries.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Qt-Secret/src/Qt-Secret.pro b/Qt-Secret/src/Qt-Secret.pro index a858ccd..f62c07f 100644 --- a/Qt-Secret/src/Qt-Secret.pro +++ b/Qt-Secret/src/Qt-Secret.pro @@ -32,5 +32,5 @@ HEADERS += \ SOURCES += \ Qt-RSA/qrsaencryption.cpp -target.path = $$GLOBAL_TARGET_PATH/lib +target.path = /usr/local/lib !isEmpty(target.path): INSTALLS += target diff --git a/ScStwLibraries/ScStwLibraries.pro b/ScStwLibraries/ScStwLibraries.pro index aa6cfca..533f655 100644 --- a/ScStwLibraries/ScStwLibraries.pro +++ b/ScStwLibraries/ScStwLibraries.pro @@ -47,5 +47,5 @@ CONFIG(release, debug|release): { } # Default rules for deployment. -target.path = $$GLOBAL_TARGET_PATH/lib +target.path = /usr/local/lib !isEmpty(target.path): INSTALLS += target