Qt Reference Documentation

star.pro Example File

openvg/star/star.pro
 TEMPLATE = app
 TARGET = star
 CONFIG += qt debug warn_on
 QT += openvg
 SOURCES = starwidget.cpp main.cpp
 HEADERS = starwidget.h
 LIBS += $$QMAKE_LIBS_OPENVG
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.