This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/tools/nymea-plugininfocompiler/nymea-plugininfocompiler.pro

18 lines
319 B
Prolog

QT -= gui
CONFIG += c++11 console
CONFIG -= app_bundle
include(../../nymea.pri)
INCLUDEPATH += $$top_srcdir/libnymea
LIBS += -L$$top_builddir/libnymea -lnymea
SOURCES += \
main.cpp \
plugininfocompiler.cpp
HEADERS += \
plugininfocompiler.h
target.path = $$[QT_INSTALL_PREFIX]/bin
INSTALLS += target