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