XPlor/libs/xassets/xassets.pro
2025-09-05 18:35:17 -04:00

21 lines
372 B
Prolog

QT += core widgets
TEMPLATE = lib
CONFIG += staticlib c++17
SOURCES += $$files($$PWD/*.cpp, true)
HEADERS += $$files($$PWD/*.h, true)
LIBS += \
-L$$OUT_PWD/../libs/core -lcore \
-L$$OUT_PWD/../libs/zonefile -lzonefile
INCLUDEPATH += \
$$PWD/../core \
$$PWD/../zonefile
DEPENDPATH += \
$$PWD/../core \
$$PWD/../zonefile
DESTDIR = $$OUT_PWD/../