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/plugins/plugins.pri
2019-04-01 20:48:17 +02:00

11 lines
179 B
Plaintext

include(../guh.pri)
TEMPLATE = lib
CONFIG += plugin c++11
INCLUDEPATH += ../../../libguh
LIBS += -L../../../libguh -lguh
target.path = /usr/lib/guh/plugins/
INSTALLS += target