17 lines
336 B
Prolog
17 lines
336 B
Prolog
include(../common/common.pri)
|
|
include(../../../energyplugin/energyplugin.pri)
|
|
include(../../mocks/spotmarketprovider/spotmarketdataprovidermock.pri)
|
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = nymeaenrgytestspotmarket
|
|
|
|
HEADERS += \
|
|
testspotmarket.h
|
|
|
|
SOURCES += \
|
|
testspotmarket.cpp
|
|
|
|
target.path = $$[QT_INSTALL_PREFIX]/bin
|
|
INSTALLS += target
|