summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/api/api.pri
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2016-09-20 13:15:25 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2016-09-22 10:30:18 +0000
commit2586a62264610a55ae8d2894a6f9bee891a541f5 (patch)
treece6acfd0b41b028b26718920aad0a778644ca7f4 /src/plugins/platforms/eglfs/api/api.pri
parentb638a7da38eba2e520a0636b9b08602a556b4849 (diff)
eglfs: Move remaining sources to under api
Move platform integration, context and offscreensurface to under 'api'. This allows accessing these from out-of-tree eglfs backends as well. For instance, the upcoming eglfs_emu backend for the Qt Simulator may need access to QEglFSIntegration. Clean up the project files and remove out-of-date comments (the private module QtEglFSDeviceIntegration is not really header-less since 5.7). Change-Id: If96dd5780a6bd33a1cf29164364df9bf921c4d01 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/plugins/platforms/eglfs/api/api.pri')
-rw-r--r--src/plugins/platforms/eglfs/api/api.pri8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/plugins/platforms/eglfs/api/api.pri b/src/plugins/platforms/eglfs/api/api.pri
index 957dee554c..bd792dae7f 100644
--- a/src/plugins/platforms/eglfs/api/api.pri
+++ b/src/plugins/platforms/eglfs/api/api.pri
@@ -3,13 +3,19 @@ SOURCES += $$PWD/qeglfswindow.cpp \
$$PWD/qeglfsscreen.cpp \
$$PWD/qeglfscursor.cpp \
$$PWD/qeglfshooks.cpp \
- $$PWD/qeglfsdeviceintegration.cpp
+ $$PWD/qeglfsdeviceintegration.cpp \
+ $$PWD/qeglfsintegration.cpp \
+ $$PWD/qeglfscontext.cpp \
+ $$PWD/qeglfsoffscreenwindow.cpp
HEADERS += $$PWD/qeglfswindow_p.h \
$$PWD/qeglfsscreen_p.h \
$$PWD/qeglfscursor_p.h \
$$PWD/qeglfshooks_p.h \
$$PWD/qeglfsdeviceintegration_p.h \
+ $$PWD/qeglfsintegration_p.h \
+ $$PWD/qeglfscontext_p.h \
+ $$PWD/qeglfsoffscreenwindow_p.h \
$$PWD/qeglfsglobal.h
INCLUDEPATH += $$PWD