XPlor/libs/zonefile/zonefile.pro
Nicholas Johnson be8aa3691e Hey baby girl
2025-08-14 17:30:25 -04:00

20 lines
322 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 -lassets
INCLUDEPATH += \
$$PWD/../core \
$$PWD/../assets
DEPENDPATH += \
$$PWD/../core \
$$PWD/../assets
DESTDIR = $$OUT_PWD/../