mirror of https://github.com/nymea/nymea.git
16 lines
321 B
INI
16 lines
321 B
INI
include(../../guh.pri)
|
|
include(../../server/server.pri)
|
|
|
|
TARGET = guh-core
|
|
TEMPLATE = lib
|
|
|
|
DEFINES += TESTING_ENABLED
|
|
|
|
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
|