16 lines
244 B
Prolog
16 lines
244 B
Prolog
TEMPLATE = lib
|
|
CONFIG += plugin static
|
|
|
|
TARGET = $$qtLibraryTarget(hive_rfremoteintertechno)
|
|
|
|
INCLUDEPATH += ../../../libhive
|
|
LIBS += -L../../../libhive -lhive
|
|
|
|
SOURCES += \
|
|
rfremoteintertechno.cpp
|
|
|
|
HEADERS += \
|
|
rfremoteintertechno.h
|
|
|
|
|