dials.pro Example File

touch/dials/dials.pro
 QT += widgets

 SOURCES += main.cpp
 FORMS += dials.ui

 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/touch/dials
 INSTALLS += target