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