- added an about dialog

- updated json library
This commit is contained in:
Tannin
2014-01-16 20:43:42 +01:00
parent 7d51f0bfb8
commit 109fb8a4c5
+12
View File
@@ -0,0 +1,12 @@
#ifndef PREVIEWBASE_GLOBAL_H
#define PREVIEWBASE_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(PREVIEWBASE_LIBRARY)
# define PREVIEWBASESHARED_EXPORT Q_DECL_EXPORT
#else
# define PREVIEWBASESHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // PREVIEWBASE_GLOBAL_H