Enhanced Feature Implementation and Cleanup #1
@ -5,4 +5,6 @@ SUBDIRS += libs \
|
||||
tools \
|
||||
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
|
||||
|
||||
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
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 += \
|
||||
zentrywindow.h
|
||||
|
||||
FORMS +=
|
||||
|
||||
app.depends += \
|
||||
libs/compression
|
||||
|
||||
LIBS += \
|
||||
-L$$OUT_PWD/../../libs/ -lcompression \
|
||||
-L$$PWD/../../third_party/xbox_sdk/lib -lxcompress64
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user