summaryrefslogtreecommitdiffstats
path: root/examples/openvg/star/star.pro
blob: 6ae1238536d11025cfe46d798901398a6e0d7794 (plain)
1
2
3
4
5
6
7
TEMPLATE = app
TARGET = star
CONFIG += qt debug warn_on
QT += openvg
SOURCES = starwidget.cpp main.cpp
HEADERS = starwidget.h
LIBS += $$QMAKE_LIBS_OPENVG