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/server/server.pro
Michael Zanetti 1167001b0b don't autmatically run translations compiler
instead add a manual "translations" target
2019-04-08 13:55:15 +02:00

26 lines
524 B
Prolog

include(../guh.pri)
TARGET = guhd
TEMPLATE = app
INCLUDEPATH += ../libguh-core ../libguh-core/jsonrpc ../libguh
target.path = /usr/bin
INSTALLS += target
QT *= sql xml websockets bluetooth dbus network
LIBS += -L$$top_builddir/libguh/ -lguh -L$$top_builddir/libguh-core -lguh-core -lssl -lcrypto -laws-iot-sdk-cpp -lmbedtls -lmbedx509 -lmbedcrypto
# Server files
include(qtservice/qtservice.pri)
SOURCES += main.cpp \
guhservice.cpp \
guhapplication.cpp
HEADERS += \
guhservice.h \
guhapplication.h