XPlor/tools/zentry/zentry.pro
= 87cbdeeefc feat(XPlor): Add dependencies for libs in app, tests and tools projects
Added dependencies for the libs in the app, tests and tools projects. This change ensures that these components depend on the correct libraries.
2025-05-17 23:42:30 -04:00

28 lines
490 B
Prolog

QT += core widgets gui multimedia
RC_ICONS = zentry.ico
SUBDIRS += zentry
CONFIG += c++17
SOURCES += \
zentrymain.cpp \
zentrywindow.cpp
HEADERS += \
zentrywindow.h
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