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

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

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