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:
parent
a90f1017f7
commit
87cbdeeefc
@ -5,4 +5,6 @@ SUBDIRS += libs \
|
|||||||
tools \
|
tools \
|
||||||
tests
|
tests
|
||||||
|
|
||||||
QMAKE_PRE_BUILD += make clean
|
tests.depends = libs
|
||||||
|
app.depends = libs
|
||||||
|
tools.depends = libs
|
||||||
|
|||||||
12
app/app.pro
12
app/app.pro
@ -60,18 +60,6 @@ FORMS += \
|
|||||||
|
|
||||||
RESOURCES += ../data/data.qrc
|
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 += \
|
LIBS += \
|
||||||
-L$$PWD/../third_party/devil_sdk/lib/ -lDevIL -lILU -lILUT \
|
-L$$PWD/../third_party/devil_sdk/lib/ -lDevIL -lILU -lILUT \
|
||||||
-L$$PWD/../third_party/zlib/lib/ -lzlib \
|
-L$$PWD/../third_party/zlib/lib/ -lzlib \
|
||||||
|
|||||||
BIN
data/icons/Icon_COD10.png
Normal file
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
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
BIN
data/icons/Icon_COD12.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
@ -13,11 +13,6 @@ SOURCES += \
|
|||||||
HEADERS += \
|
HEADERS += \
|
||||||
zentrywindow.h
|
zentrywindow.h
|
||||||
|
|
||||||
FORMS +=
|
|
||||||
|
|
||||||
app.depends += \
|
|
||||||
libs/compression
|
|
||||||
|
|
||||||
LIBS += \
|
LIBS += \
|
||||||
-L$$OUT_PWD/../../libs/ -lcompression \
|
-L$$OUT_PWD/../../libs/ -lcompression \
|
||||||
-L$$PWD/../../third_party/xbox_sdk/lib -lxcompress64
|
-L$$PWD/../../third_party/xbox_sdk/lib -lxcompress64
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user