summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/hybrid/hybrid.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/gfxdrivers/hybrid/hybrid.pro')
-rw-r--r--src/plugins/gfxdrivers/hybrid/hybrid.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/plugins/gfxdrivers/hybrid/hybrid.pro b/src/plugins/gfxdrivers/hybrid/hybrid.pro
deleted file mode 100644
index 8b8e9ef..0000000
--- a/src/plugins/gfxdrivers/hybrid/hybrid.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-TEMPLATE = lib
-CONFIG += plugin
-QT += opengl
-
-QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/gfxdrivers
-
-TARGET = hybridscreen
-target.path = $$[QT_INSTALL_PLUGINS]/gfxdrivers
-INSTALLS += target
-
-HEADERS = hybridscreen.h \
- hybridsurface.h
-SOURCES = hybridscreen.cpp \
- hybridsurface.cpp \
- hybridplugin.cpp
-