summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-04-19 12:01:29 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2011-04-19 13:59:11 (GMT)
commit80b3d84dac89ca517826280e09f712826ce61f57 (patch)
treed71129c922aa927591f22eff94f2fbcb3eb49c43 /src
parentbdd956da27f6f4629b85bd571eb1dfbd30f9c071 (diff)
downloadQt-80b3d84dac89ca517826280e09f712826ce61f57.zip
Qt-80b3d84dac89ca517826280e09f712826ce61f57.tar.gz
Qt-80b3d84dac89ca517826280e09f712826ce61f57.tar.bz2
wayland: Include eglconvenience.pri instead of pulling in individual file
Diffstat (limited to 'src')
-rw-r--r--src/plugins/platforms/wayland/gl_integration/wayland_egl/wayland_egl.pri9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/plugins/platforms/wayland/gl_integration/wayland_egl/wayland_egl.pri b/src/plugins/platforms/wayland/gl_integration/wayland_egl/wayland_egl.pri
index bc97864..cd07011 100644
--- a/src/plugins/platforms/wayland/gl_integration/wayland_egl/wayland_egl.pri
+++ b/src/plugins/platforms/wayland/gl_integration/wayland_egl/wayland_egl.pri
@@ -1,12 +1,11 @@
+include (../../../eglconvenience/eglconvenience.pri)
+
LIBS += -lwayland-egl -lEGL
INCLUDEPATH += $$PWD
SOURCES += $$PWD/qwaylandeglintegration.cpp \
$$PWD/qwaylandglcontext.cpp \
- $$PWD/qwaylandeglwindow.cpp \
- $$PWD/../../../eglconvenience/qeglconvenience.cpp
+ $$PWD/qwaylandeglwindow.cpp
HEADERS += $$PWD/qwaylandeglintegration.h \
$$PWD/qwaylandglcontext.h \
- $$PWD/qwaylandeglwindow.h \
- $$PWD/../../../eglconvenience/qeglconvenience.h \
- gl_integration/wayland_egl/qwaylandeglinclude.h
+ $$PWD/qwaylandeglwindow.h