Skip to content
Snippets Groups Projects
Commit 669b5128 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Try to fix downstream linking issue

parent 0be6dc8d
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ macro(setupSimoxExternalLibraries)
FIND_PACKAGE(Qt4 4.6.0 COMPONENTS QtOpenGL QtCore QtGui)
include(${QT_USE_FILE})
else()
FIND_PACKAGE(Qt5 5.5.0 COMPONENTS OpenGL Core Gui)
FIND_PACKAGE(Qt5 5.5.0 COMPONENTS OpenGL Core Gui Designer)
endif()
ENDIF()
INCLUDE_DIRECTORIES(${Simox_INCLUDE_DIRS})
......
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