diff options
author | Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com> | 2012-06-06 13:57:09 -0700 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-06-12 04:29:49 +0200 |
commit | e9df01d3db83ec4ba64c99c92495e6dd0e201420 (patch) | |
tree | 11ed60d01ae457b676d9be854762c58b9b178da3 /src/plugins/platforms/eglfs/eglfs.pro | |
parent | 040f30decd24c32f71f14eeaed5fdcd58b2dce3d (diff) |
eglfs refactor: move window creation into qeglfswindow
This potentially allows the creation of multiple QWindows. The platform
context is now in a seperate file and the integration provides a new
instance of the context allowing creation of multiple contexts.
Change-Id: If2b6fa29b573d87c0a4cd0a8eff1f044bd1ff9b8
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/plugins/platforms/eglfs/eglfs.pro')
-rw-r--r-- | src/plugins/platforms/eglfs/eglfs.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/platforms/eglfs/eglfs.pro b/src/plugins/platforms/eglfs/eglfs.pro index 0c11a69aca..f22ccc55d2 100644 --- a/src/plugins/platforms/eglfs/eglfs.pro +++ b/src/plugins/platforms/eglfs/eglfs.pro @@ -20,14 +20,16 @@ SOURCES = main.cpp \ qeglfsbackingstore.cpp \ qeglfsscreen.cpp \ qeglfshooks_stub.cpp \ - qeglfscursor.cpp + qeglfscursor.cpp \ + qeglfscontext.cpp HEADERS = qeglfsintegration.h \ qeglfswindow.h \ qeglfsbackingstore.h \ qeglfsscreen.h \ qeglfscursor.h \ - qeglfshooks.h + qeglfshooks.h \ + qeglfscontext.h QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF |