]> git.tdb.fi Git - builder.git/blobdiff - source/lib/staticlibrary.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / staticlibrary.h
index 98d299026bc366aed45ab21568530b02e82b84f2..aa26411790227a3bc7659beccb495951b9b5bd56 100644 (file)
@@ -2,6 +2,7 @@
 #define STATICLIBRARY_H_
 
 #include "filetarget.h"
+#include "libbuilder_api.h"
 
 class Component;
 class ObjectFile;
@@ -9,7 +10,7 @@ class ObjectFile;
 /**
 A static library target.
 */
-class StaticLibrary: public FileTarget
+class LIBBUILDER_API StaticLibrary: public FileTarget
 {
 private:
        /* TODO this really belongs in a Component, but some refactoring is required