13 lines
205 B
Prolog
13 lines
205 B
Prolog
TARGET = hive
|
|
TEMPLATE = lib
|
|
|
|
CONFIG += static
|
|
|
|
SOURCES += device.cpp \
|
|
deviceclass.cpp \
|
|
deviceplugin.cpp
|
|
|
|
HEADERS += device.h \
|
|
deviceclass.h \
|
|
deviceplugin.h
|