From 30ab610b893a9c90b9c46a1305ceb7b1dd125712 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 6 Jun 2008 09:11:58 +0000 Subject: -no space necessary between -F and the directory Alex svn path=/trunk/KDE/kdelibs/; revision=817549 --- modules/FindQt4.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/FindQt4.cmake') diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake index 90a3fc17..797bd972 100644 --- a/modules/FindQt4.cmake +++ b/modules/FindQt4.cmake @@ -1137,7 +1137,7 @@ IF (QT4_QMAKE_FOUND) # if Qt is installed only as framework, add -F /library/Frameworks to the moc arguments # otherwise moc can't find the headers in the framework include dirs IF(APPLE AND "${QT_QTCORE_INCLUDE_DIR}" MATCHES "/Library/Frameworks/") - SET(${_moc_INC_DIRS} ${${_moc_INC_DIRS}} "-F /Library/Frameworks") + SET(${_moc_INC_DIRS} ${${_moc_INC_DIRS}} "-F/Library/Frameworks") ENDIF(APPLE AND "${QT_QTCORE_INCLUDE_DIR}" MATCHES "/Library/Frameworks/") ENDMACRO(QT4_GET_MOC_INC_DIRS) -- cgit v1.2.1