- added deployment file
This commit is contained in:
parent
560f7441ce
commit
fca074eb29
2 changed files with 16 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.pro.user*
|
15
ScStwClient/ScStwClient.pri
Normal file
15
ScStwClient/ScStwClient.pri
Normal file
|
@ -0,0 +1,15 @@
|
|||
!isEmpty(SCSTWCLIENT_LIB):error("ScStwClient.pri already included")
|
||||
SCSTWCLIENT_LIB = 1
|
||||
|
||||
#DEPENDS
|
||||
CONFIG(release, debug|release): {
|
||||
SCSTWCLIENT_LIB_OUTPUT_DIR="$$PWD/build/release"
|
||||
} else {
|
||||
SCSTWCLIENT_LIB_OUTPUT_DIR="$$PWD/build/debug"
|
||||
}
|
||||
|
||||
unix:LIBS += -L$$SCSTWCLIENT_LIB_OUTPUT_DIR -lScStwClient
|
||||
|
||||
win32:LIBS += -L$$SCSTWCLIENT_LIB_OUTPUT_DIR -lScStwClient1
|
||||
|
||||
INCLUDEPATH += "$$PWD"
|
Reference in a new issue