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

TARGET	 = qahiglscreen

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

HEADERS	= qwindowsurface_ahigl_p.h \
          qscreenahigl_qws.h

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