Skip to content

Commit

Permalink
3rdparty/fx11-build: remove DX_SDK include dir, we get it from the en…
Browse files Browse the repository at this point in the history
…vironment.

Fixes the build when using Qt 5.  Qt 5's qmake includes
an unquoted "C:\Program Files (x86)\[...]" in the Makefile,
causing the build to break.
  • Loading branch information
mkrautz committed Jul 25, 2014
1 parent c84e9b7 commit 21554c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 3rdparty/fx11-build/fx11-build.pro
Expand Up @@ -39,7 +39,6 @@ QMAKE_CXXFLAGS_RELEASE *= -MT
QMAKE_CXXFLAGS_DEBUG *= -MTd

INCLUDEPATH *= ../$$SOURCEDIR/inc ../$$SOURCEDIR/Binary
INCLUDEPATH *= $(DXSDK_DIR)Include

CONFIG(release, debug|release) {
DEFINES *= NDEBUG
Expand Down

0 comments on commit 21554c6

Please sign in to comment.