- added deployment file

This commit is contained in:
Dorian Zedler 2020-04-02 16:45:55 +02:00
parent 560f7441ce
commit fca074eb29
Signed by: dorian
GPG Key ID: 989DE36109AFA354
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.pro.user*

View 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"