| author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
| Wed, 28 Apr 2010 13:15:16 +0300 | |
| branch | RCL_3 |
| changeset 16 | b25b6dc3ff8b |
| parent 0 | 1918ee327afb |
| permissions | -rw-r--r-- |
| 0 | 1 |
TARGET = qahiscreen |
2 |
include(../../qpluginbase.pri) |
|
3 |
||
4 |
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/gfxdrivers |
|
5 |
||
6 |
target.path = $$[QT_INSTALL_PLUGINS]/gfxdrivers |
|
7 |
INSTALLS += target |
|
8 |
||
9 |
HEADERS = qscreenahi_qws.h |
|
10 |
||
11 |
SOURCES = qscreenahi_qws.cpp \ |
|
12 |
qscreenahiplugin.cpp |
|
13 |
||
14 |
LIBS += -lahi |