commit 0e75e425d7366a261720893496b0a0799338708c
Author: Christian Ehringfeld <c.ehringfeld@t-online.de>
Date:   Thu Dec 31 18:24:13 2015 +0100

    .

diff --git a/EntityManager.pri b/EntityManager.pri
index fc595a5..de7af2b 100644
--- a/EntityManager.pri
+++ b/EntityManager.pri
@@ -7,10 +7,12 @@ isEmpty(EM_LIBRARY_TYPE) {
     }
 }
 MAKESPEC = $$replace($$QMAKESPEC,/," ")
+MAKESPEC = $$replace($$QMAKESPEC,"\\"," ")
 for(var,$$list($$MAKESPEC)) {
 MAKESPEC = $$var
 }
 EM_INCLUDE_PATH = $$PWD/src
+EM_BUILD_PATH = $$PWD/build/
 EM_DEBUG_PATH = $$PWD/build/$$MAKESPEC/$$QT_ARCH/debug
 EM_RELEASE_PATH = $$PWD/build/$$MAKESPEC/$$QT_ARCH/release
 EM_LIB = -lCuteEntityManager
