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
Showing only changes of commit ea39199201 - Show all commits

View File

@ -1,14 +1,17 @@
QT += core
TEMPLATE = lib
CONFIG += staticlib c++17
DEFINES += MINILZO_USE_STATIC
SOURCES += \
compression.cpp \
lzokay.cpp \
minilzo.c \
lzoconf.h \
lzodefs.h
HEADERS += \
compression.h \
lzokay.h
minilzo.h
LIBS += \
-L$$PWD/../../third_party/xbox_sdk/lib -lxcompress64 \