summaryrefslogtreecommitdiffstats
path: root/examples/qws/ahigl/ahigl.pro
blob: c8313351e2dde13ee525b7847f47644b38300389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = lib
QT += opengl
CONFIG += plugin

TARGET	 = qahiglscreen

target.path = $$[QT_INSTALL_PLUGINS]/gfxdrivers
INSTALLS += target

include($$QT_SOURCE_TREE/examples/examplebase.pri)

HEADERS	= qwindowsurface_ahigl_p.h \
          qscreenahigl_qws.h

SOURCES	= qwindowsurface_ahigl.cpp \
          qscreenahigl_qws.cpp \
          qscreenahiglplugin.cpp