changed deployment paths to match new file structure
This commit is contained in:
parent
3ae5977752
commit
9aca9f93f2
2 changed files with 2 additions and 2 deletions
|
@ -32,5 +32,5 @@ HEADERS += \
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
Qt-RSA/qrsaencryption.cpp
|
Qt-RSA/qrsaencryption.cpp
|
||||||
|
|
||||||
target.path = $$GLOBAL_TARGET_PATH/lib
|
target.path = /usr/local/lib
|
||||||
!isEmpty(target.path): INSTALLS += target
|
!isEmpty(target.path): INSTALLS += target
|
||||||
|
|
|
@ -47,5 +47,5 @@ CONFIG(release, debug|release): {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Default rules for deployment.
|
# Default rules for deployment.
|
||||||
target.path = $$GLOBAL_TARGET_PATH/lib
|
target.path = /usr/local/lib
|
||||||
!isEmpty(target.path): INSTALLS += target
|
!isEmpty(target.path): INSTALLS += target
|
||||||
|
|
Reference in a new issue