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

QT += widgets