XPlor/tools/zentry/zentry.pro

31 lines
583 B
Prolog
Raw Normal View History

2025-04-23 00:09:35 -04:00
QT += core widgets gui multimedia
RC_ICONS = zentry.ico
CONFIG += c++17
SOURCES += \
2025-07-10 00:06:16 -04:00
main.cpp \
mainwindow.cpp
2025-04-23 00:09:35 -04:00
HEADERS += \
2025-07-10 00:06:16 -04:00
mainwindow.h
FORMS += \
mainwindow.ui
2025-04-23 00:09:35 -04:00
LIBS += \
2025-07-10 00:06:16 -04:00
-L$$OUT_PWD/../../libs/ -lcore \
2025-04-23 00:09:35 -04:00
-L$$OUT_PWD/../../libs/ -lcompression \
-L$$PWD/../../third_party/xbox_sdk/lib -lxcompress64
INCLUDEPATH += \
2025-07-10 00:06:16 -04:00
$$PWD/../../libs/core \
2025-04-23 00:09:35 -04:00
$$PWD/../../libs/compression \
$$PWD/../../third_party/xbox_sdk/include
DEPENDPATH += \
2025-07-10 00:06:16 -04:00
$$PWD/../../libs/core \
2025-04-23 00:09:35 -04:00
$$PWD/../../libs/compression \
$$PWD/../../third_party/xbox_sdk/include