src: Mark symbols to be exported where needed
[quassel.git] / src / common / networkconfig.h
index 5f234f5..85d1f56 100644 (file)
 
 #pragma once
 
+#include "common-export.h"
+
 #include "syncableobject.h"
 
-class NetworkConfig : public SyncableObject
+class COMMON_EXPORT NetworkConfig : public SyncableObject
 {
     Q_OBJECT
     SYNCABLE_OBJECT