From c7899841d3b99d0d68ba53dd9f1e2673d826e89b Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 28 Sep 2013 10:18:35 +0200 Subject: [PATCH] Fixed: Compilation under Linux --- .../3d/object_viewer_qt/src/plugins/gui_editor/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/code/nel/tools/3d/object_viewer_qt/src/plugins/gui_editor/CMakeLists.txt b/code/nel/tools/3d/object_viewer_qt/src/plugins/gui_editor/CMakeLists.txt index 5e7c32d86..a9083613e 100644 --- a/code/nel/tools/3d/object_viewer_qt/src/plugins/gui_editor/CMakeLists.txt +++ b/code/nel/tools/3d/object_viewer_qt/src/plugins/gui_editor/CMakeLists.txt @@ -72,6 +72,7 @@ TARGET_LINK_LIBRARIES( nelgui ${QT_LIBRARIES} ${QT_QTOPENGL_LIBRARY} + ${LIBXML2_LIBRARIES} qt_property_browser )