14 lines
293 B
INI
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
|