summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems/shivavg/shivavg.pro
blob: 6bf9d7a975c4b021319b0bd7ee7f91281e38b712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = qshivavggraphicssystem
include(../../qpluginbase.pri)

QT += openvg

DESTDIR = $$QT.gui.plugins/graphicssystems

SOURCES = main.cpp shivavggraphicssystem.cpp shivavgwindowsurface.cpp
HEADERS = shivavggraphicssystem.h shivavgwindowsurface.h

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