summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.pro
blob: 2b5212a6b3e3cb6da934b9a6f42806a24cb120ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TEMPLATE = lib
TARGET = qgfxpvregl
CONFIG += qt plugin warn_on
QT += opengl

LIBS += -lpvrQWSWSEGL

DEFINES += QT_QWS_CLIENTBLIT

INCLUDEPATH += ../QWSWSEGL


HEADERS	= \
    pvreglscreen.h \
    pvreglwindowsurface.h

SOURCES	= \
        pvreglscreenplugin.cpp \
        pvreglscreen.cpp \
	pvreglwindowsurface.cpp

DESTDIR = $$QT.gui.plugins/gfxdrivers

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

include(../powervr.pri)