diff --git a/XPlor.pro b/XPlor.pro index 6ab867d..4cf1c89 100644 --- a/XPlor.pro +++ b/XPlor.pro @@ -5,4 +5,6 @@ SUBDIRS += libs \ tools \ tests -QMAKE_PRE_BUILD += make clean +tests.depends = libs +app.depends = libs +tools.depends = libs diff --git a/app/app.pro b/app/app.pro index 362fc8c..f10aa63 100644 --- a/app/app.pro +++ b/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 \ diff --git a/data/icons/Icon_COD10.png b/data/icons/Icon_COD10.png new file mode 100644 index 0000000..3f1cd3d Binary files /dev/null and b/data/icons/Icon_COD10.png differ diff --git a/data/icons/Icon_COD11.png b/data/icons/Icon_COD11.png new file mode 100644 index 0000000..b160db3 Binary files /dev/null and b/data/icons/Icon_COD11.png differ diff --git a/data/icons/Icon_COD12.png b/data/icons/Icon_COD12.png new file mode 100644 index 0000000..119fb06 Binary files /dev/null and b/data/icons/Icon_COD12.png differ diff --git a/tools/zentry/zentry.pro b/tools/zentry/zentry.pro index 06c4b31..68b8e1e 100644 --- a/tools/zentry/zentry.pro +++ b/tools/zentry/zentry.pro @@ -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