aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/FindQt4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake
index 466ccb37..9e1bc91c 100644
--- a/modules/FindQt4.cmake
+++ b/modules/FindQt4.cmake
@@ -217,7 +217,7 @@ IF(QT4_QMAKE_FOUND)
IF (QT_USE_FRAMEWORKS)
SET(QT_DEFINITIONS ${QT_DEFINITIONS}
- -F${QT_LIBRARY_DIR}
+ -F${QT_LIBRARY_DIR} -L${QT_LIBRARY_DIR}
)
ENDIF (QT_USE_FRAMEWORKS)