summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/openvglite/openvglite.pro
blob: 9d7860abe79156081258228bb5a5e5fbb9d03e1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = qvglitegraphicssystem
include(../../qpluginbase.pri)

QT += openvg

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems

SOURCES = main.cpp qgraphicssystem_vglite.cpp qwindowsurface_vglite.cpp
HEADERS = qgraphicssystem_vglite.h qwindowsurface_vglite.h

target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems
INSTALLS += target