summaryrefslogtreecommitdiffstats
path: root/examples/openvg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/openvg')
-rw-r--r--examples/openvg/openvg.pro1
-rw-r--r--examples/openvg/star/star.pro2
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/openvg/openvg.pro b/examples/openvg/openvg.pro
index ffbe81c312..91e74353ac 100644
--- a/examples/openvg/openvg.pro
+++ b/examples/openvg/openvg.pro
@@ -6,3 +6,4 @@ 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
+QT += widgets
diff --git a/examples/openvg/star/star.pro b/examples/openvg/star/star.pro
index 6ae1238536..ee10c6c6ce 100644
--- a/examples/openvg/star/star.pro
+++ b/examples/openvg/star/star.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = star
CONFIG += qt debug warn_on
-QT += openvg
+QT += openvg widgets
SOURCES = starwidget.cpp main.cpp
HEADERS = starwidget.h
LIBS += $$QMAKE_LIBS_OPENVG \ No newline at end of file