This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2014-04-01 00:21:19 +02:00

16 lines
209 B
Prolog

include(../../plugins.pri)
QT+= network
TARGET = $$qtLibraryTarget(guh_devicepluginmock)
SOURCES += \
devicepluginmock.cpp \
httpdaemon.cpp
HEADERS += \
devicepluginmock.h \
httpdaemon.h