Fix: Corrected library dependencies in .pro file
This commit is contained in:
parent
1ff6475fdb
commit
87bbe47e7e
18
app/app.pro
18
app/app.pro
@ -13,9 +13,9 @@ FORMS += $$files($$PWD/*.ui)
|
||||
RESOURCES += ../data/data.qrc
|
||||
|
||||
LIBS += \
|
||||
#-L$$PWD/../third_party/devil_sdk/lib/ -lDevIL -lILU -lILUT \
|
||||
#-L$$PWD/../third_party/zlib/lib/ -lzlib \
|
||||
#-L$$PWD/../third_party/xbox_sdk/lib -lxcompress64 \
|
||||
-L$$PWD/../third_party/devil_sdk/lib/ -lDevIL -lILU -lILUT \
|
||||
-L$$PWD/../third_party/zlib/lib/ -lzlib \
|
||||
-L$$PWD/../third_party/xbox_sdk/lib -lxcompress64 \
|
||||
-L$$OUT_PWD/../libs/ -lcore \
|
||||
-L$$OUT_PWD/../libs/ -lxassets\
|
||||
-L$$OUT_PWD/../libs/ -lcompression \
|
||||
@ -27,9 +27,9 @@ LIBS += \
|
||||
-L$$OUT_PWD/../libs/ -lzonefile
|
||||
|
||||
INCLUDEPATH += \
|
||||
#$$PWD/../third_party/devil_sdk/include/ \
|
||||
#$$PWD/../third_party/zlib/include \
|
||||
#$$PWD/../third_party/xbox_sdk/include \
|
||||
$$PWD/../third_party/devil_sdk/include/ \
|
||||
$$PWD/../third_party/zlib/include \
|
||||
$$PWD/../third_party/xbox_sdk/include \
|
||||
$$PWD/../libs/core \
|
||||
$$PWD/../libs/compression \
|
||||
$$PWD/../libs/encryption \
|
||||
@ -41,9 +41,9 @@ INCLUDEPATH += \
|
||||
$$PWD/../libs/zonefile
|
||||
|
||||
DEPENDPATH += \
|
||||
#$$PWD/../third_party/devil_sdk/include/ \
|
||||
#$$PWD/../third_party/zlib/include \
|
||||
#$$PWD/../third_party/xbox_sdk/include \
|
||||
$$PWD/../third_party/devil_sdk/include/ \
|
||||
$$PWD/../third_party/zlib/include \
|
||||
$$PWD/../third_party/xbox_sdk/include \
|
||||
$$PWD/../libs/core \
|
||||
$$PWD/../libs/compression \
|
||||
$$PWD/../libs/encryption \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user