summaryrefslogtreecommitdiffstats
path: root/examples/openvg/star/star.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/openvg/star/star.pro')
-rw-r--r--examples/openvg/star/star.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/openvg/star/star.pro b/examples/openvg/star/star.pro
new file mode 100644
index 000000000..90c236ddf
--- /dev/null
+++ b/examples/openvg/star/star.pro
@@ -0,0 +1,6 @@
+TEMPLATE = app
+TARGET = star
+CONFIG += qt debug warn_on
+QT += openvg
+SOURCES = starwidget.cpp main.cpp
+HEADERS = starwidget.h