Update build dependencies for compression library.
This commit is contained in:
parent
f3d0abb65e
commit
9b4852f393
@ -3,13 +3,14 @@ TEMPLATE = lib
|
|||||||
CONFIG += staticlib c++17
|
CONFIG += staticlib c++17
|
||||||
DEFINES += MINILZO_USE_STATIC
|
DEFINES += MINILZO_USE_STATIC
|
||||||
|
|
||||||
SOURCES += $$files($$PWD/*.cpp, true)
|
SOURCES += $$files($$PWD/*.cpp, true) \
|
||||||
|
$$files($$PWD/*.c, true)
|
||||||
HEADERS += $$files($$PWD/*.h, true)
|
HEADERS += $$files($$PWD/*.h, true)
|
||||||
|
|
||||||
LIBS += \
|
LIBS += \
|
||||||
-L$$PWD/../../third_party/xbox_sdk/lib -lxcompress64 \
|
-L$$PWD/../../third_party/xbox_sdk/lib -lxcompress64 \
|
||||||
-L$$OUT_PWD/../libs/core -lcore \
|
-L$$OUT_PWD/../libs/core -lcore \
|
||||||
-L$$OUT_PWD/../libs/encryption -lencryption
|
-L$$OUT_PWD/../libs/encryption -lencryption
|
||||||
|
|
||||||
INCLUDEPATH += \
|
INCLUDEPATH += \
|
||||||
$$PWD/../../third_party/xbox_sdk/include \
|
$$PWD/../../third_party/xbox_sdk/include \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user