summaryrefslogtreecommitdiffstats
path: root/examples/painting/concentriccircles/concentriccircles.pro
blob: 0f87b991edbdc7e61d0cd22037100b2b9004ce6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

QT += widgets