dialcontrol.pro Example File

customitems/dialcontrol/dialcontrol.pro
TEMPLATE = app
TARGET = dialcontrol

QT += quick qml

SOURCES += main.cpp

RESOURCES += dialcontrol.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/dialcontrol
INSTALLS += target