mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 18:24:33 +00:00
Update Deploy.pri
This commit is contained in:
parent
1541d929e5
commit
36ae0dfab8
@ -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/"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user