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