summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/painterpaths/painterpaths.pro
blob: 2d2db30739b2a21a59f5dd9b58cb8309f0ae71b7 (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:LIBS += -lm

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