don't overquote library path

Change-Id: I33b91141c79cacd1a46299754937c81a31e665c9
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Oswald Buddenhagen 2015-09-22 17:11:37 +02:00
parent a75995124d
commit 8e3e089763

View File

@ -44,7 +44,7 @@ winrt|if(msvc:!win32-msvc2005:!win32-msvc2008:!win32-msvc2010) {
# Similarly we want the MinGW linker to use the import libraries shipped with the compiler
# instead of those from the SDK which cause a crash on startup.
LIBS_PRIVATE += -L\"$$DXLIB_DIR\"
LIBS_PRIVATE += -L$$DXLIB_DIR
}
}