Add Xlib for eglconvenience

This used to work by accident but now with the recent build system changes
the problem became apparent. Not listing the X11 libs is wrong anyway.

Change-Id: I6f75dafa81510d6d6a7571a9fe156cc7b968c8dc
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
bb10
Laszlo Agocs 2015-11-18 16:52:12 +01:00
parent 711f799298
commit 3f937393d5
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ contains(QT_CONFIG,egl) {
$$PWD/qxlibeglintegration_p.h
SOURCES += \
$$PWD/qxlibeglintegration.cpp
LIBS_PRIVATE += $$QMAKE_LIBS_X11
}
CONFIG += egl
}