We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 25932aa commit ef256aaCopy full SHA for ef256aa
src/plugins/globe/CMakeLists.txt
@@ -55,6 +55,7 @@ QT4_ADD_RESOURCES(globe_plugin_RCC_SRCS ${globe_plugin_RCCS})
55
ADD_LIBRARY (globeplugin MODULE ${globe_plugin_SRCS} ${globe_plugin_MOC_SRCS} ${globe_plugin_RCC_SRCS} ${globe_plugin_UIS_H})
56
57
INCLUDE_DIRECTORIES(SYSTEM
58
+ ${Qt5OpenGL_INCLUDE_DIRS}
59
${OSGEARTH_INCLUDE_DIR}
60
${OSG_INCLUDE_DIR}
61
${GEOS_INCLUDE_DIR}
@@ -82,6 +83,7 @@ TARGET_LINK_LIBRARIES(globeplugin
82
83
qgis_core
84
qgis_gui
85
${QT_QTOPENGL_LIBRARY}
86
+ ${Qt5OpenGL_LIBRARIES}
87
${OSGDB_LIBRARY}
88
${OSGGA_LIBRARY}
89
${OSGUTIL_LIBRARY}
0 commit comments