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-02 01:02:45 +02:00

20 lines
492 B
INI

include(../../guh.pri)
include(../../server/server.pri)
TARGET = guh-core
TEMPLATE = lib
QT += sql
DEFINES += TESTING_ENABLED
INCLUDEPATH += $$top_srcdir/server/ \
$$top_srcdir/server/jsonrpc \
$$top_srcdir/libguh \
$$top_srcdir/tests/auto/
LIBS += -L$$top_builddir/libguh/ -lguh -lssl -lcrypto -laws-iot-sdk-cpp -lmbedtls -lmbedx509 -lmbedcrypto
target.path = /usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')
INSTALLS += target