summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems/shivavg/shivavg.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/graphicssystems/shivavg/shivavg.pro')
-rw-r--r--src/plugins/graphicssystems/shivavg/shivavg.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/plugins/graphicssystems/shivavg/shivavg.pro b/src/plugins/graphicssystems/shivavg/shivavg.pro
deleted file mode 100644
index 6bf9d7a975..0000000000
--- a/src/plugins/graphicssystems/shivavg/shivavg.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-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