9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
include(../guh.pri)
|
|
|
|
TEMPLATE = lib
|
|
CONFIG += plugin static c++11
|
|
|
|
INCLUDEPATH += ../../../libguh
|
|
LIBS += -L../../../libguh -lguh
|
|
|