diff --git a/applications/present3D/CMakeLists.txt b/applications/present3D/CMakeLists.txt index bc98110e4..c68b78d93 100644 --- a/applications/present3D/CMakeLists.txt +++ b/applications/present3D/CMakeLists.txt @@ -47,8 +47,10 @@ IF (NOT DYNAMIC_OPENSCENEGRAPH) ${TARGET_ADDED_LIBRARIES} osgdb_ive osgdb_osg + osgdb_p3d osgdb_freetype + osgdb_pdf osgdb_rgb osgdb_jpeg osgdb_png diff --git a/applications/present3D/present3D.cpp b/applications/present3D/present3D.cpp index fd1daa149..10c5358e5 100644 --- a/applications/present3D/present3D.cpp +++ b/applications/present3D/present3D.cpp @@ -60,6 +60,8 @@ // include the plugins we need USE_OSGPLUGIN(ive) USE_OSGPLUGIN(osg) + USE_OSGPLUGIN(p3d) + USE_OSGPLUGIN(paths) USE_OSGPLUGIN(freetype) USE_OSGPLUGIN(rgb) @@ -67,14 +69,13 @@ USE_OSGPLUGIN(jpeg) USE_OSGPLUGIN(ffmpeg) + USE_OSGPLUGIN(pdf) USE_OSGPLUGIN(OpenFlight) USE_OSGPLUGIN(obj) USE_OSGPLUGIN(curl) - USE_OSGPLUGIN(p3d) - USE_OSGPLUGIN(paths) // include the platform specific GraphicsWindow implementation. USE_GRAPHICSWINDOW()