XPlor/tools/compro/compro.pro
Nicholas Johnson be8aa3691e Hey baby girl
2025-08-14 17:30:25 -04:00

21 lines
469 B
Prolog

QT += core widgets gui multimedia
CONFIG += c++17
SOURCES += $$files($$PWD/*.cpp, true)
HEADERS += $$files($$PWD/*.h, true)
FORMS += $$files($$PWD/*.ui, true)
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