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
Michael Zanetti 1cc0c4dd15 get rid of warnings
this eliminates all warnings and turns on -Werror
2019-04-01 20:48:17 +02:00

11 lines
173 B
Plaintext

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