QT += core widgets TEMPLATE = lib CONFIG += staticlib c++17 SOURCES += $$files($$PWD/*.cpp, true) HEADERS += $$files($$PWD/*.h, true) LIBS += \ -L$$OUT_PWD/../libs/core -lcore INCLUDEPATH += \ $$PWD/../core DEPENDPATH += \ $$PWD/../core DESTDIR = $$OUT_PWD/../