Skip to content

Commit

Permalink
Fix for source or build directory paths that contain spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Apr 10, 2012
1 parent b0abc52 commit 1a6d760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mac/cmake/1qt.cmake.in
Expand Up @@ -6,8 +6,8 @@
# kill boolean warnings
CMAKE_POLICY (SET CMP0012 NEW)

INCLUDE (@CMAKE_BINARY_DIR@/mac/0vars.cmake)
INCLUDE (@CMAKE_SOURCE_DIR@/cmake/MacBundleMacros.cmake)
INCLUDE ("@CMAKE_BINARY_DIR@/mac/0vars.cmake")
INCLUDE ("@CMAKE_SOURCE_DIR@/cmake/MacBundleMacros.cmake")

# Qt framework version is major version
SET (QT_FWVER @QT_VERSION_MAJOR@)
Expand Down

0 comments on commit 1a6d760

Please sign in to comment.