7 lines
361 B
Plaintext
7 lines
361 B
Plaintext
HEADERS += $$PWD/spotmarketdataprovidermock.h
|
|
SOURCES += $$PWD/spotmarketdataprovidermock.cpp
|
|
|
|
# Note: you can create data sets using following command from any period. They should be at least 3 days long
|
|
# curl "https://api.awattar.at/v1/marketdata?start=1675983600000&end=16763843520000" | jq .data > dataset-1.json
|
|
RESOURCES += $$PWD/spotmarketresources.qrc
|