changed deployment paths to match new file structure

This commit is contained in:
Dorian Zedler 2020-06-07 13:39:24 +02:00
parent 3ae5977752
commit 9aca9f93f2
Signed by: dorian
GPG key ID: 989DE36109AFA354
2 changed files with 2 additions and 2 deletions

View file

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

View file

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