blob: 809d9d0c02e8536be29cea3c3ce9fb709d211a1d (
plain)
1
2
3
4
5
6
7
8
9
|
QT += graphs gui qml
# If testing with datavisualization instead, uncomment the following line
#QT += datavisualization
SOURCES += main.cpp
RESOURCES += qmltheme.qrc
OTHER_FILES += qml/qmltheme/*
|