commit 2d09efd6fed1d5c614977939c2ca13b8a7e3cb56
Author: Sebastian <sebastian.diel@web.de>
Date:   Mon Oct 5 22:19:33 2015 +0200

    Änderungen für Windows

diff --git a/EntityManager.pri b/EntityManager.pri
index 9c5c6fe..776ae31 100644
--- a/EntityManager.pri
+++ b/EntityManager.pri
@@ -3,7 +3,7 @@ isEmpty(EM_LIBRARY_TYPE) {
     android {
         EM_LIBRARY_TYPE = staticlib
     } else {
-        EM_LIBRARY_TYPE = dll
+        EM_LIBRARY_TYPE = shared
     }
 }
 
diff --git a/EntityManager.pro b/EntityManager.pro
index 7df5c60..05f4093 100644
--- a/EntityManager.pro
+++ b/EntityManager.pro
@@ -7,8 +7,6 @@ QT       -= gui
 
 TARGET = CuteEntityManager
 TEMPLATE = lib
-CONFIG += $$EM_LIBRARY_TYPE
-VERSION = $$EM_VERSION
 
 HEADERS += \
 src/entity.h \
@@ -103,16 +101,14 @@ src/entity.cpp \
     SOURCES += \
         src/sqlitebackupprocessor.cpp
     LIBS += -lsqlite3
-} else {
-    DESTDIR = $$OUT_PWD
 }
     
 CONFIG += c++14
-QMAKE_CXXFLAGS += -Wall -Wextra
-headers.path = $$PREFIX/include/cuteEntityManager
-headers.files = $$HEADERS
-target.path = $$PREFIX/$$LIBDIR
-INSTALLS += headers target
+QMAKE_CXXFLAGS += -Wall -Wextra -Wunsafe-loop-optimizations -pedantic -Wfloat-equal -Wundef -Wpointer-arith -Wcast-align -Wunreachable-code
+#headers.path = $$PREFIX/include/cuteEntityManager
+#headers.files = $$HEADERS
+#target.path = $$PREFIX/$$LIBDIR
+#INSTALLS += target
 
 unix {
     QMAKE_CXXFLAGS += -Wunsafe-loop-optimizations -pedantic -Wfloat-equal -Wundef -Wpointer-arith -Wcast-align -Wunreachable-code
