14 lines
197 B
Prolog
14 lines
197 B
Prolog
include(../plugins.pri)
|
|
|
|
QT *= network
|
|
|
|
SOURCES += \
|
|
integrationpluginhttpcommander.cpp \
|
|
httpsimpleserver.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginhttpcommander.h \
|
|
httpsimpleserver.h
|
|
|
|
|