mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 20:20:37 +02:00
renamed library for external use -> serversdklib
This commit is contained in:
parent
61ac592e9e
commit
02a01c8a3c
@ -2,8 +2,8 @@ win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../server-sdk/src/l
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../server-sdk/src/lib/debug/ -llib
|
||||
else:unix: LIBS += -L$$OUT_PWD/../../server-sdk/src/lib/ -llib
|
||||
|
||||
INCLUDEPATH += $$PWD/
|
||||
DEPENDPATH += $$PWD/
|
||||
INCLUDEPATH += $$PWD/..
|
||||
DEPENDPATH += $$PWD/..
|
||||
|
||||
win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../../server-sdk/src/lib/release/liblib.a
|
||||
else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../../server-sdk/src/lib/debug/liblib.a
|
||||
Loading…
x
Reference in New Issue
Block a user