summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/wiggly/wiggly.pro
blob: 17371603dce91c08e61a40fdadbe848e2b156ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += widgets widgets

HEADERS       = wigglywidget.h \
                dialog.h
SOURCES       = wigglywidget.cpp \
                dialog.cpp \
                main.cpp

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