Update Deploy.pri

This commit is contained in:
Andrei Yankovich 2019-08-12 18:51:21 +03:00 committed by GitHub
parent 1541d929e5
commit 36ae0dfab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,9 @@ CONFIG(release, debug|release): {
DEPLOY_LIB_OUTPUT_DIR="$$PWD/build/debug"
}
LIBS += -L$$DEPLOY_LIB_OUTPUT_DIR -lDeploy
unix:LIBS += -L$$DEPLOY_LIB_OUTPUT_DIR -lDeploy
win32:LIBS += -L$$DEPLOY_LIB_OUTPUT_DIR -lDeploy1
INCLUDEPATH += "$$PWD/"