]> git.tdb.fi Git - builder.git/blobdiff - source/lib/binarycomponent.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / binarycomponent.h
index eaa123c0a4ae7fcf6d5c02fe481b0389eaee296d..c7abe5792bda42312749a02af4dc1060bcaff169 100644 (file)
@@ -2,12 +2,13 @@
 #define BINARYCOMPONENT_H_
 
 #include "component.h"
+#include "libbuilder_api.h"
 
 class FileTarget;
 class Target;
 class Tool;
 
-class BinaryComponent: public Component
+class LIBBUILDER_API BinaryComponent: public Component
 {
 public:
        class Loader: public Msp::DataFile::DerivedObjectLoader<BinaryComponent, Component::Loader>