feat(XPlor): Add dependencies for libs in app, tests and tools projects

Added dependencies for the libs in the app, tests and tools projects. This change ensures that these components depend on the correct libraries.
This commit is contained in:
= 2025-05-17 23:42:30 -04:00
parent a90f1017f7
commit 87cbdeeefc
6 changed files with 3 additions and 18 deletions

View File

@ -5,4 +5,6 @@ SUBDIRS += libs \
tools \
tests
QMAKE_PRE_BUILD += make clean
tests.depends = libs
app.depends = libs
tools.depends = libs

View File

@ -60,18 +60,6 @@ FORMS += \
RESOURCES += ../data/data.qrc
app.depends += \
libs/core \
libs/compression \
libs/encryption \
libs/fastfile \
libs/ddsfile \
libs/ipakfile \
libs/iwifile \
libs/zonefile
QMAKE_PRE_BUILD += make clean
LIBS += \
-L$$PWD/../third_party/devil_sdk/lib/ -lDevIL -lILU -lILUT \
-L$$PWD/../third_party/zlib/lib/ -lzlib \

BIN
data/icons/Icon_COD10.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
data/icons/Icon_COD11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
data/icons/Icon_COD12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -13,11 +13,6 @@ SOURCES += \
HEADERS += \
zentrywindow.h
FORMS +=
app.depends += \
libs/compression
LIBS += \
-L$$OUT_PWD/../../libs/ -lcompression \
-L$$PWD/../../third_party/xbox_sdk/lib -lxcompress64