aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtSql
diff options
context:
space:
mode:
Diffstat (limited to 'PySide/QtSql')
-rw-r--r--PySide/QtSql/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtSql/CMakeLists.txt b/PySide/QtSql/CMakeLists.txt
index 1cbe713cc..1c45ac0b0 100644
--- a/PySide/QtSql/CMakeLists.txt
+++ b/PySide/QtSql/CMakeLists.txt
@@ -37,7 +37,7 @@ add_library(QtSql MODULE ${QtSql_SRC})
set_target_properties(QtSql PROPERTIES PREFIX "")
target_link_libraries(QtSql
pyside
- ${PYTHON_LIBRARIES}
+ ${PYSIDE_PYTHON_LIBRARIES}
${QT_QTCORE_LIBRARY}
${QT_QTGUI_LIBRARY}
${QT_QTSQL_LIBRARY})