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

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

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