XPlor/XPlor.pro

100 lines
2.0 KiB
Prolog
Raw Normal View History

2025-02-14 16:06:27 -05:00
QT += core gui multimedia
2025-02-08 19:58:54 -05:00
RC_ICONS = XPlor.ico
2025-02-08 19:58:54 -05:00
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++17
SOURCES += \
aboutdialog.cpp \
ddsfile.cpp \
ddsviewer.cpp \
fastfile.cpp \
2025-02-14 16:06:27 -05:00
fastfile_cod2.cpp \
fastfile_cod5.cpp \
2025-02-19 19:17:31 -05:00
fastfile_cod7.cpp \
fastfile_cod9.cpp \
2025-02-08 19:58:54 -05:00
fastfileviewer.cpp \
imagewidget.cpp \
iwifile.cpp \
iwiviewer.cpp \
localstringviewer.cpp \
lzokay.cpp \
main.cpp \
mainwindow.cpp \
iwifile.cpp \
2025-02-14 16:06:27 -05:00
preferenceeditor.cpp \
soundviewer.cpp \
2025-02-19 19:17:31 -05:00
statusbarmanager.cpp \
2025-02-14 16:06:27 -05:00
stringtableviewer.cpp \
2025-02-08 19:58:54 -05:00
techsetviewer.cpp \
xtreewidget.cpp \
2025-02-14 16:06:27 -05:00
xtreewidgetitem.cpp \
2025-02-08 19:58:54 -05:00
zonefile.cpp \
2025-02-19 19:17:31 -05:00
zonefile_cod2.cpp \
zonefile_cod5.cpp \
zonefile_cod7.cpp \
zonefile_cod9.cpp \
2025-02-08 19:58:54 -05:00
zonefileviewer.cpp
HEADERS += \
aboutdialog.h \
asset_structs.h \
compressor.h \
d3dbsp_structs.h \
dds_structs.h \
ddsfile.h \
ddsviewer.h \
enums.h \
fastfile.h \
2025-02-14 16:06:27 -05:00
fastfile_cod2.h \
fastfile_cod5.h \
2025-02-19 19:17:31 -05:00
fastfile_cod7.h \
fastfile_cod9.h \
2025-02-08 19:58:54 -05:00
fastfileviewer.h \
imagewidget.h \
ipak_structs.h \
iwifile.h \
iwiviewer.h \
localstringviewer.h \
lzokay.hpp \
lzx.h \
mainwindow.h \
2025-02-14 16:06:27 -05:00
preferenceeditor.h \
soundviewer.h \
2025-02-19 19:17:31 -05:00
statusbarmanager.h \
2025-02-14 16:06:27 -05:00
stringtableviewer.h \
2025-02-08 19:58:54 -05:00
techsetviewer.h \
utils.h \
xtreewidget.h \
iwifile.h \
2025-02-14 16:06:27 -05:00
xtreewidgetitem.h \
2025-02-08 19:58:54 -05:00
zonefile.h \
2025-02-19 19:17:31 -05:00
zonefile_cod2.h \
zonefile_cod5.h \
zonefile_cod7.h \
zonefile_cod9.h \
2025-02-08 19:58:54 -05:00
zonefileviewer.h
FORMS += \
aboutdialog.ui \
ddsviewer.ui \
fastfileviewer.ui \
imagewidget.ui \
iwiviewer.ui \
localstringviewer.ui \
mainwindow.ui \
2025-02-14 16:06:27 -05:00
modelviewer.ui \
preferenceeditor.ui \
soundviewer.ui \
stringtableviewer.ui \
2025-02-08 19:58:54 -05:00
techsetviewer.ui \
zonefileviewer.ui
2025-02-14 16:06:27 -05:00
RESOURCES += data/data.qrc
2025-02-08 19:58:54 -05:00
LIBS += -L$$PWD/DevILSDK/lib/x64/Unicode/Release -lDevIL
LIBS += -L$$PWD/DevILSDK/lib/x64/Unicode/Release -lILU
LIBS += -L$$PWD/DevILSDK/lib/x64/Unicode/Release -lILUT