Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2902 from sebastic/qt5-globe-plugin
Add Qt5OpenGL variables to include_directories() & target_link_libraries()
  • Loading branch information
m-kuhn committed Mar 12, 2016
2 parents 3fd3dae + 2c5d564 commit 9167e1b
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 9167e1b

Please sign in to comment.