commit 9e62667d0503d89f2476b2d2d2003f1fbe02a77e
Author: Christian Ehringfeld <c.ehringfeld@t-online.de>
Date:   Tue Jul 21 20:54:31 2015 +0200

    Revert "Hoffnungslos"
    
    This reverts commit da511514a6a95d72fd13efdf1f8c6754b9b49cfd.

diff --git a/src/entity.h b/src/entity.h
index 34c9511..863223b 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -27,17 +27,8 @@
 #include <QStack>
 #include <QQueue>
 #include "entityinstancefactory.h"
-
-#if defined CUTE_ENTITY_MANAGER_LIBRARY
- #define CUTE_ENTITY_MANAGER_LIBRARY_COMMON_DLLSPEC Q_DECL_EXPORT
-#else
- #define CUTE_ENTITY_MANAGER_LIBRARY_COMMON_DLLSPEC Q_DECL_IMPORT
-#endif
-
-
 namespace CuteEntityManager {
 
-
 /**
  * You mustn't name any persisted property objectName, because its pre used by Qt and will be ignored by Entity Manager
  * @brief The Entity class
diff --git a/src/entitymanager.h b/src/entitymanager.h
index fbcb899..77c442f 100644
--- a/src/entitymanager.h
+++ b/src/entitymanager.h
@@ -32,12 +32,6 @@
 #include "entityinstancefactory.h"
 #include "cache.h"
 
-#if defined CUTE_ENTITY_MANAGER_LIBRARY
- #define CUTE_ENTITY_MANAGER_LIBRARY_COMMON_DLLSPEC Q_DECL_EXPORT
-#else
- #define CUTE_ENTITY_MANAGER_LIBRARY_COMMON_DLLSPEC Q_DECL_IMPORT
-#endif
-
 namespace CuteEntityManager {
 
  class EntityManager : public QObject {
