source: trunk/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.pro

Last change on this file was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 466 bytes
Line 
1TEMPLATE = lib
2TARGET = qgfxpvregl
3CONFIG += qt plugin warn_on
4QT += opengl
5
6LIBS += -lpvrQWSWSEGL
7
8DEFINES += QT_QWS_CLIENTBLIT
9
10INCLUDEPATH += ../QWSWSEGL
11
12
13HEADERS = \
14 pvreglscreen.h \
15 pvreglwindowsurface.h
16
17SOURCES = \
18 pvreglscreenplugin.cpp \
19 pvreglscreen.cpp \
20 pvreglwindowsurface.cpp
21
22QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/gfxdrivers
23
24target.path = $$[QT_INSTALL_PLUGINS]/gfxdrivers
25INSTALLS += target
26
27include(../powervr.pri)
Note: See TracBrowser for help on using the repository browser.