XPlor/libs/xassets/xassets.pro

21 lines
372 B
Prolog
Raw Normal View History

2025-06-07 11:20:47 -04:00
QT += core widgets
TEMPLATE = lib
CONFIG += staticlib c++17
2025-08-14 17:30:25 -04:00
SOURCES += $$files($$PWD/*.cpp, true)
HEADERS += $$files($$PWD/*.h, true)
2025-06-07 11:20:47 -04:00
LIBS += \
2025-09-05 18:35:17 -04:00
-L$$OUT_PWD/../libs/core -lcore \
-L$$OUT_PWD/../libs/zonefile -lzonefile
2025-06-07 11:20:47 -04:00
INCLUDEPATH += \
2025-09-05 18:35:17 -04:00
$$PWD/../core \
$$PWD/../zonefile
2025-06-07 11:20:47 -04:00
DEPENDPATH += \
2025-09-05 18:35:17 -04:00
$$PWD/../core \
$$PWD/../zonefile
2025-06-07 11:20:47 -04:00
DESTDIR = $$OUT_PWD/../