summaryrefslogtreecommitdiffstats
path: root/examples/painting/painterpaths/painterpaths.pro
blob: 98b9bd140868ff21b50662d8f2e5bd2286188e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
HEADERS       = renderarea.h \
                window.h
SOURCES       = main.cpp \
                renderarea.cpp \
                window.cpp
unix:!mac:!vxworks:LIBS += -lm

# install
target.path = $$[QT_INSTALL_EXAMPLES]/painting/painterpaths
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS painterpaths.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/painting/painterpaths
INSTALLS += target sources