summaryrefslogtreecommitdiffstats
path: root/src/gui/egl/egl.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/egl/egl.pri')
-rw-r--r--src/gui/egl/egl.pri26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/gui/egl/egl.pri b/src/gui/egl/egl.pri
deleted file mode 100644
index e4a2bbef75..0000000000
--- a/src/gui/egl/egl.pri
+++ /dev/null
@@ -1,26 +0,0 @@
-contains(QT_CONFIG, egl): {
- CONFIG += egl
-
- HEADERS += \
- egl/qegl_p.h \
- egl/qeglcontext_p.h \
- egl/qeglproperties_p.h
-
- SOURCES += \
- egl/qegl.cpp \
- egl/qeglproperties.cpp
- unix {
- !isEmpty(QMAKE_INCDIR_EGL){
- INCLUDEPATH += $$QMAKE_INCDIR_EGL
- }
- !isEmpty(QMAKE_LIBDIR_EGL){
- for(p, QMAKE_LIBDIR_EGL) {
- exists($$p):LIBS += -L$$p
- }
- }
-
- !isEmpty(QMAKE_LIBS_EGL): LIBS += $$QMAKE_LIBS_EGL
- }
-
- SOURCES += egl/qegl_qpa.cpp
-}