Skip to content

Commit 1a6d760

Browse files
committedApr 10, 2012
Fix for source or build directory paths that contain spaces.
1 parent b0abc52 commit 1a6d760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎mac/cmake/1qt.cmake.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# kill boolean warnings
77
CMAKE_POLICY (SET CMP0012 NEW)
88

9-
INCLUDE (@CMAKE_BINARY_DIR@/mac/0vars.cmake)
10-
INCLUDE (@CMAKE_SOURCE_DIR@/cmake/MacBundleMacros.cmake)
9+
INCLUDE ("@CMAKE_BINARY_DIR@/mac/0vars.cmake")
10+
INCLUDE ("@CMAKE_SOURCE_DIR@/cmake/MacBundleMacros.cmake")
1111

1212
# Qt framework version is major version
1313
SET (QT_FWVER @QT_VERSION_MAJOR@)

0 commit comments

Comments
 (0)
Please sign in to comment.