Enhanced Feature Implementation and Cleanup #1

Merged
njohnson merged 32 commits from feature/icon_factory into main 2025-06-05 02:40:19 +00:00
6 changed files with 3 additions and 18 deletions
Showing only changes of commit 87cbdeeefc - Show all commits

View File

@ -5,4 +5,6 @@ SUBDIRS += libs \
tools \ tools \
tests 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 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

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 += \ 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