This repository has been archived on 2024-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
shared-libraries/ScStwLibraries/ScStwLibraries.pri

17 lines
449 B
Plaintext
Raw Normal View History

2020-04-05 14:11:52 +02:00
!isEmpty(SCSTWLIBRARIES_LIB):error("ScStwLibraries.pri already included")
SCSTWLIBRARIES_LIB = 1
#DEPENDS
CONFIG(release, debug|release): {
SCSTWLIBRARIES_LIB_OUTPUT_DIR="$$PWD/build/release"
} else {
SCSTWLIBRARIES_LIB_OUTPUT_DIR="$$PWD/build/debug"
}
unix:LIBS += -L$$SCSTWLIBRARIES_LIB_OUTPUT_DIR -lScStwLibraries
win32:LIBS += -L$$SCSTWLIBRARIES_LIB_OUTPUT_DIR -lScStwLibraries1
INCLUDEPATH += "$$PWD"
INCLUDEPATH += "$$PWD"/headers