XPlor/libs/zonefile/zonefile.pro
2025-09-03 13:03:14 -04:00

20 lines
325 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/../ -lcore -lxassets
INCLUDEPATH += \
$$PWD/../core \
$$PWD/../xassets
DEPENDPATH += \
$$PWD/../core \
$$PWD/../xassets
DESTDIR = $$OUT_PWD/../