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

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

QT += widgets