author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 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 |