summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/eglfs.pro
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-07-25 14:55:45 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2011-07-26 12:02:32 +0200
commite4042435ba15e6da669f541cd43580f85dbeae3f (patch)
tree527211f3055fb46e09eadb518c5163861020328d /src/plugins/platforms/eglfs/eglfs.pro
parentc7c8a38ec313b998d0df76cd15fa360f56d213e2 (diff)
Get the eglfs plugin compiling.
Change-Id: I5addb1a2593a670d559b9fbf9183f52af410895b Reviewed-on: http://codereview.qt.nokia.com/2176 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
Diffstat (limited to 'src/plugins/platforms/eglfs/eglfs.pro')
-rw-r--r--src/plugins/platforms/eglfs/eglfs.pro10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/plugins/platforms/eglfs/eglfs.pro b/src/plugins/platforms/eglfs/eglfs.pro
index bcf5c6153a..9898d0baf8 100644
--- a/src/plugins/platforms/eglfs/eglfs.pro
+++ b/src/plugins/platforms/eglfs/eglfs.pro
@@ -2,7 +2,7 @@ TARGET = qeglfs
TEMPLATE = lib
CONFIG += plugin
-QT += opengl core-private gui-private opengl-private
+QT += opengl core-private gui-private opengl-private platformsupport-private widgets-private
DESTDIR = $$QT.gui.plugins/platforms
@@ -12,17 +12,13 @@ DESTDIR = $$QT.gui.plugins/platforms
SOURCES = main.cpp \
qeglfsintegration.cpp \
- ../eglconvenience/qeglconvenience.cpp \
- ../eglconvenience/qeglplatformcontext.cpp \
qeglfswindow.cpp \
- qeglfswindowsurface.cpp \
+ qeglfsbackingstore.cpp \
qeglfsscreen.cpp
HEADERS = qeglfsintegration.h \
- ../eglconvenience/qeglconvenience.h \
- ../eglconvenience/qeglplatformcontext.h \
qeglfswindow.h \
- qeglfswindowsurface.h \
+ qeglfsbackingstore.h \
qeglfsscreen.h
load(qpa/fontdatabases/genericunix)