mirror of https://github.com/qt/qtcharts.git
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
|
QT += qml quick widgets
|
||
|
|
||
|
SOURCES += $$PWD/qtquick2applicationviewer.cpp
|
||
|
HEADERS += $$PWD/qtquick2applicationviewer.h
|
||
|
INCLUDEPATH += $$PWD
|
||
|
|