summaryrefslogtreecommitdiffstats
path: root/examples/painting/painterpaths/painterpaths.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/painting/painterpaths/painterpaths.pro')
-rw-r--r--examples/painting/painterpaths/painterpaths.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/painting/painterpaths/painterpaths.pro b/examples/painting/painterpaths/painterpaths.pro
new file mode 100644
index 0000000..76c9e82
--- /dev/null
+++ b/examples/painting/painterpaths/painterpaths.pro
@@ -0,0 +1,12 @@
+HEADERS = renderarea.h \
+ window.h
+SOURCES = main.cpp \
+ renderarea.cpp \
+ window.cpp
+unix:!mac: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