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