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/tests/libguh-core/libguh-core.pro
2019-04-01 20:48:17 +02:00

14 lines
293 B
INI

include(../../guh.pri)
include(../../server/server.pri)
TARGET = guh-core
TEMPLATE = lib
INCLUDEPATH += $$top_srcdir/server/ $$top_srcdir/server/jsonrpc $$top_srcdir/libguh $$top_srcdir/tests/auto/
LIBS += -L$$top_builddir/libguh/ -lguh
QT += sql
target.path = /usr/lib
INSTALLS += target