summaryrefslogtreecommitdiffstats
path: root/examples/painting/concentriccircles/concentriccircles.pro
blob: bf8398feab9c4de822a0ee73083ddcf0d8254731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HEADERS       = circlewidget.h \
                window.h
SOURCES       = circlewidget.cpp \
                main.cpp \
                window.cpp

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

include($$QT_SOURCE_TREE/examples/examplebase.pri)

symbian:TARGET.UID3 = 0xA000A64A