summaryrefslogtreecommitdiffstats
path: root/examples/openvg/openvg.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/openvg/openvg.pro')
-rw-r--r--examples/openvg/openvg.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/openvg/openvg.pro b/examples/openvg/openvg.pro
new file mode 100644
index 0000000000..ffbe81c312
--- /dev/null
+++ b/examples/openvg/openvg.pro
@@ -0,0 +1,8 @@
+TEMPLATE = subdirs
+SUBDIRS = star
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/openvg
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS openvg.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/openvg
+INSTALLS += target sources