11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
include(../guh.pri)
|
|
|
|
TEMPLATE = lib
|
|
CONFIG += plugin
|
|
|
|
INCLUDEPATH += ../../../libguh
|
|
LIBS += -L../../../libguh -lguh
|
|
|
|
target.path = /usr/lib/guh/plugins/
|
|
INSTALLS += target
|