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

QT += openvg

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems

SOURCES = main.cpp qgraphicssystem_vg.cpp
HEADERS = qgraphicssystem_vg_p.h

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