summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qpa/egl/context.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/qpa/egl/context.prf')
-rw-r--r--mkspecs/features/qpa/egl/context.prf9
1 files changed, 9 insertions, 0 deletions
diff --git a/mkspecs/features/qpa/egl/context.prf b/mkspecs/features/qpa/egl/context.prf
new file mode 100644
index 0000000000..0689a3e71e
--- /dev/null
+++ b/mkspecs/features/qpa/egl/context.prf
@@ -0,0 +1,9 @@
+load(qpa/platforms_dir)
+
+INCLUDEPATH += $$QT_PLATFORMS_DIR/eglconvenience
+
+SOURCES += \
+ $$QT_PLATFORMS_DIR/eglconvenience/qeglplatformcontext.cpp
+
+HEADERS += \
+ $$QT_PLATFORMS_DIR/eglconvenience/qeglplatformcontext.h