diff options
author | Samuel Rødal <samuel.rodal@nokia.com> | 2011-05-09 14:08:19 +0200 |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2011-05-09 14:08:19 +0200 |
commit | 5dc3a46a2ac56321a888ada4c15d95cabd3a4159 (patch) | |
tree | ce6943b33686ee6d4d0bf14000fc3b5376f2c588 /src/plugins/platforms/wayland/wayland.pro | |
parent | df677b9653d2169cd52fdce34d9fd04a6c1397d7 (diff) |
Wayland plugin compile fixes.
Diffstat (limited to 'src/plugins/platforms/wayland/wayland.pro')
-rw-r--r-- | src/plugins/platforms/wayland/wayland.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/wayland/wayland.pro b/src/plugins/platforms/wayland/wayland.pro index fa93f8878b..8372d7ac6f 100644 --- a/src/plugins/platforms/wayland/wayland.pro +++ b/src/plugins/platforms/wayland/wayland.pro @@ -36,6 +36,7 @@ INCLUDEPATH += $$PWD QT += gui-private QT += opengl-private QT += core-private +QT += widgets-private include ($$PWD/gl_integration/gl_integration.pri) |