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
|