XPlor/tools/compro/compro.pro

21 lines
469 B
Prolog
Raw Normal View History

2025-06-04 22:34:49 -04:00
QT += core widgets gui multimedia
CONFIG += c++17
2025-08-14 17:30:25 -04:00
SOURCES += $$files($$PWD/*.cpp, true)
HEADERS += $$files($$PWD/*.h, true)
FORMS += $$files($$PWD/*.ui, true)
2025-07-10 00:06:37 -04:00
2025-06-04 22:34:49 -04:00
LIBS += \
-L$$OUT_PWD/../../libs/ -lcompression \
-L$$PWD/../../third_party/xbox_sdk/lib -lxcompress64
INCLUDEPATH += \
$$PWD/../../libs/compression \
$$PWD/../../third_party/xbox_sdk/include
DEPENDPATH += \
$$PWD/../../libs/compression \
$$PWD/../../third_party/xbox_sdk/include