summaryrefslogtreecommitdiffstats
path: root/examples/widgets/wiggly/wiggly.pro
blob: d0d8dc7b9deae48de554383a1d49e2b93068f0af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QT += widgets widgets

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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/wiggly
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS wiggly.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/wiggly
INSTALLS += target sources

symbian {
    TARGET.UID3 = 0xA000C607
    CONFIG += qt_example
}