From: vsr Date: Wed, 23 Oct 2013 07:19:07 +0000 (+0000) Subject: Fix compilation problem X-Git-Tag: V7_3_0a1~48 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=791efa8cd38756e6ffa9b991a4ad291b9f88b176;p=modules%2Fyacs.git Fix compilation problem --- diff --git a/src/salomegui/CMakeLists.txt b/src/salomegui/CMakeLists.txt index 84dda609b..16b1bcfdf 100644 --- a/src/salomegui/CMakeLists.txt +++ b/src/salomegui/CMakeLists.txt @@ -57,12 +57,11 @@ ADD_DEFINITIONS( # libraries to link to SET(_link_LIBRARIES GenericGui - Event - QtCore - QtGui + ${QT_LIBRARIES} ${QSCINTILLA_LIBRARIES} - SalomeApp - SalomeSession + ${GUI_Event} + ${GUI_SalomeApp} + ${GUI_SalomeSession} ) # --- resources ---