mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 16:30:44 +02:00
removed unnecessary content
This commit is contained in:
parent
16d43b1707
commit
fa3af2aee7
@ -1,12 +0,0 @@
|
|||||||
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../server-sdk/src/lib/release/ -llib
|
|
||||||
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/..
|
|
||||||
|
|
||||||
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
|
|
||||||
else:win32:!win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../../server-sdk/src/lib/release/lib.lib
|
|
||||||
else:win32:!win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../../server-sdk/src/lib/debug/lib.lib
|
|
||||||
else:unix: PRE_TARGETDEPS += $$OUT_PWD/../../server-sdk/src/lib/liblib.a
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
TEMPLATE = lib
|
|
||||||
|
|
||||||
CONFIG += static
|
|
||||||
|
|
||||||
QT += core sql network
|
|
||||||
|
|
||||||
include(../serversdk/serversdk.pri)
|
|
||||||
Loading…
x
Reference in New Issue
Block a user