XPlor/libs/ipakfile/ipakfile.pro

9 lines
152 B
Prolog
Raw Normal View History

2025-03-01 20:38:52 -05:00
QT += core
TEMPLATE = lib
2025-04-04 20:41:23 -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
DESTDIR = $$OUT_PWD/../