move addition of libdl to right project

Change-Id: Ifae8b906ef3767d9c21f09953076bd640829858f
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
bb10
Oswald Buddenhagen 2015-11-13 21:01:06 +01:00
parent 79cdc7a26c
commit 778e6de8a2
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,8 @@ contains(QT_CONFIG, xcb-glx) {
LIBS += -lxcb-glx
}
LIBS += $$QMAKE_LIBS_DYNLOAD
HEADERS += \
qxcbglxintegration.h \
qxcbglxwindow.h \

View File

@ -40,8 +40,6 @@ HEADERS = \
qxcbxsettings.h \
qxcbsystemtraytracker.h
LIBS += $$QMAKE_LIBS_DYNLOAD
DEFINES += QT_BUILD_XCB_PLUGIN
# needed by Xcursor ...
contains(QT_CONFIG, xcb-xlib) {