summaryrefslogtreecommitdiffstats
path: root/examples/widgets/touch/dials/dials.pro
blob: 0e823551cc95da4046790ac6eab467e295db2255 (plain)
1
2
3
4
5
6
7
8
QT += widgets

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

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