From 5c94e2324fefdfe69f19baa6c1389ef446e127c0 Mon Sep 17 00:00:00 2001 From: scrawl Date: Sat, 8 Oct 2016 19:20:44 +0200 Subject: [PATCH] Add missing use plugin macro for static build --- components/resource/imagemanager.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/resource/imagemanager.cpp b/components/resource/imagemanager.cpp index ea3adc704..96c5c66f5 100644 --- a/components/resource/imagemanager.cpp +++ b/components/resource/imagemanager.cpp @@ -13,6 +13,9 @@ USE_OSGPLUGIN(png) USE_OSGPLUGIN(tga) USE_OSGPLUGIN(dds) USE_OSGPLUGIN(jpeg) +USE_OSGPLUGIN(bmp) +USE_OSGPLUGIN(osg) +USE_SERIALIZER_WRAPPER_LIBRARY(osg) #endif namespace