summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/eglnullws/eglnullws.pro
blob: cb65c2b6279e4ae3af04d5083859a8cb72e540c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = qeglnullws
load(qt_plugin)

CONFIG += warn_on
QT += opengl

DESTDIR = $$QT.gui.plugins/gfxdrivers

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

HEADERS = eglnullwsscreen.h \
          eglnullwsscreenplugin.h \
          eglnullwswindowsurface.h

SOURCES = eglnullwsscreen.cpp \
          eglnullwsscreenplugin.cpp \
          eglnullwswindowsurface.cpp