[nostalgia/studio] Get building in MSVC

This commit is contained in:
2020-02-15 11:45:03 -06:00
parent e927c51b61
commit 1ec8d721f1
7 changed files with 20 additions and 9 deletions
+3 -1
View File
@@ -11,9 +11,11 @@
#include <QUndoStack>
#include <QWidget>
#include "nostalgiastudio_export.h"
namespace nostalgia::studio {
class Editor: public QWidget {
class NOSTALGIASTUDIO_EXPORT Editor: public QWidget {
Q_OBJECT
public: