summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/painterpaths/painterpaths.pro
blob: dfff238dd174e58e363a6e353b9dccf695dca94a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += widgets

HEADERS       = renderarea.h \
                window.h
SOURCES       = main.cpp \
                renderarea.cpp \
                window.cpp
unix:!mac:!vxworks:!integrity:!haiku:LIBS += -lm

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