diff options
author | Iain <qt-info@nokia.com> | 2009-09-11 15:49:54 (GMT) |
---|---|---|
committer | Iain <qt-info@nokia.com> | 2009-09-11 15:51:46 (GMT) |
commit | 04ee935a67b4f4296c31655d625cc3e45cb31b9b (patch) | |
tree | c5161fb7bc37b6a8c853ee726f528bb2ca1872ba /examples | |
parent | bd513e9feeb70068d4d638f1a72843be195a924d (diff) | |
download | Qt-04ee935a67b4f4296c31655d625cc3e45cb31b9b.zip Qt-04ee935a67b4f4296c31655d625cc3e45cb31b9b.tar.gz Qt-04ee935a67b4f4296c31655d625cc3e45cb31b9b.tar.bz2 |
Add platform specific libraries required to use OpenVG to star example
Reviewed-by: Jason Barron
Diffstat (limited to 'examples')
-rw-r--r-- | examples/openvg/star/star.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/openvg/star/star.pro b/examples/openvg/star/star.pro index 90c236d..6ae1238 100644 --- a/examples/openvg/star/star.pro +++ b/examples/openvg/star/star.pro @@ -4,3 +4,4 @@ CONFIG += qt debug warn_on QT += openvg SOURCES = starwidget.cpp main.cpp HEADERS = starwidget.h +LIBS += $$QMAKE_LIBS_OPENVG
\ No newline at end of file |