XPlor/libs/zonefile/zonefile.pro

20 lines
325 B
Prolog
Raw Normal View History

2025-03-01 20:38:52 -05:00
QT += core widgets
TEMPLATE = lib
2025-04-04 20:40:45 -04:00
CONFIG += staticlib c++17
2025-03-01 20:38:52 -05:00
2025-08-14 17:30:25 -04:00
SOURCES += $$files($$PWD/*.cpp, true)
HEADERS += $$files($$PWD/*.h, true)
2025-03-01 20:38:52 -05:00
LIBS += \
-L$$OUT_PWD/../ -lcore -lxassets
2025-03-01 20:38:52 -05:00
INCLUDEPATH += \
2025-05-03 09:57:47 -04:00
$$PWD/../core \
$$PWD/../xassets
2025-03-01 20:38:52 -05:00
DEPENDPATH += \
2025-07-10 00:05:44 -04:00
$$PWD/../core \
$$PWD/../xassets
2025-03-01 20:38:52 -05:00
DESTDIR = $$OUT_PWD/../