Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Qt5OpenGL variables to include_directories() & target_link_librar…
…ies().
  • Loading branch information
sebastic committed Mar 12, 2016
1 parent 3fd3dae commit 2c5d564
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/globe/CMakeLists.txt
Expand Up @@ -55,6 +55,7 @@ QT4_ADD_RESOURCES(globe_plugin_RCC_SRCS ${globe_plugin_RCCS})
ADD_LIBRARY (globeplugin MODULE ${globe_plugin_SRCS} ${globe_plugin_MOC_SRCS} ${globe_plugin_RCC_SRCS} ${globe_plugin_UIS_H})

INCLUDE_DIRECTORIES(SYSTEM
${Qt5OpenGL_INCLUDE_DIRS}
${OSGEARTH_INCLUDE_DIR}
${OSG_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
Expand Down Expand Up @@ -82,6 +83,7 @@ TARGET_LINK_LIBRARIES(globeplugin
qgis_core
qgis_gui
${QT_QTOPENGL_LIBRARY}
${Qt5OpenGL_LIBRARIES}
${OSGDB_LIBRARY}
${OSGGA_LIBRARY}
${OSGUTIL_LIBRARY}
Expand Down

0 comments on commit 2c5d564

Please sign in to comment.