src: Mark symbols to be exported where needed
[quassel.git] / src / core / coreapplication.h
index 216eda0..6f9e9ba 100644 (file)
@@ -20,6 +20,8 @@
 
 #pragma once
 
+#include "core-export.h"
+
 #include <memory>
 
 #include <QCoreApplication>
@@ -29,7 +31,7 @@
 
 class Core;
 
-class CoreApplication : public QCoreApplication
+class CORE_EXPORT CoreApplication : public QCoreApplication
 {
     Q_OBJECT