Skip to content
Snippets Groups Projects
Commit b2487e50 authored by Christian Mandery's avatar Christian Mandery
Browse files

Fix paths to Gui stuff in SensorActorWidgetsPlugin (broken since RobotAPI <-> GUI relocation)

parent b01441c3
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
#include <Core/core/IceManager.h>
#include <Core/interface/observers/ConditionHandlerInterface.h>
#include "../../ObserverPropertiesPlugin/ObserverItemModel.h"
#include "Gui/gui_plugins/ObserverPropertiesPlugin/ObserverItemModel.h"
......
......@@ -21,11 +21,10 @@ include(${QT_USE_FILE})
include(${ArmarXGui_CMAKE_DIR}/ArmarXGui.cmake)
if (qwt_FOUND AND Eigen3_FOUND AND Simox_FOUND AND RobotAPI_FOUND)
if (qwt_FOUND AND Eigen3_FOUND AND Simox_FOUND)
include_directories(${qwt_INCLUDE_DIR}
${Eigen3_INCLUDE_DIR}
${Simox_INCLUDE_DIRS}
${RobotAPI_INCLUDE_DIRS})
${Simox_INCLUDE_DIRS})
endif()
set(SOURCES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment