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

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