XPlor/libs/xassets/xassets.pro

18 lines
278 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 += \
-L$$OUT_PWD/../libs/core -lcore
INCLUDEPATH += \
2025-07-10 00:04:52 -04:00
$$PWD/../core
2025-06-07 11:20:47 -04:00
DEPENDPATH += \
2025-07-10 00:04:52 -04:00
$$PWD/../core
2025-06-07 11:20:47 -04:00
DESTDIR = $$OUT_PWD/../