17 lines
243 B
Prolog
17 lines
243 B
Prolog
include(../common/common.pri)
|
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = nymeaenrgytestcharging
|
|
|
|
RESOURCES += configuration.qrc
|
|
|
|
HEADERS += \
|
|
testcharging.h
|
|
|
|
SOURCES += \
|
|
testcharging.cpp
|
|
|
|
target.path = $$[QT_INSTALL_PREFIX]/bin
|
|
INSTALLS += target
|