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

9 lines
160 B
Prolog

QT += core widgets
TEMPLATE = lib
CONFIG += staticlib c++17
SOURCES += $$files($$PWD/*.cpp, true)
HEADERS += $$files($$PWD/*.h, true)
DESTDIR = $$OUT_PWD/../