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.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/painting/painterpaths/painterpaths.pro b/examples/painting/painterpaths/painterpaths.pro
deleted file mode 100644
index c988ba26e0..0000000000
--- a/examples/painting/painterpaths/painterpaths.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-HEADERS = renderarea.h \
- window.h
-SOURCES = main.cpp \
- renderarea.cpp \
- window.cpp
-unix:!mac:!vxworks:!integrity:LIBS += -lm
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/painterpaths
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS painterpaths.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/painterpaths
-INSTALLS += target sources
-
-QT += widgets
-