blob: 8b8e9ef07755860bea126310fb5767020a496f48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
|