aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PySide/QtGui/CMakeLists.txt1
-rw-r--r--PySide/QtNetwork/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/PySide/QtGui/CMakeLists.txt b/PySide/QtGui/CMakeLists.txt
index d22d28fcd..983d5031d 100644
--- a/PySide/QtGui/CMakeLists.txt
+++ b/PySide/QtGui/CMakeLists.txt
@@ -470,6 +470,7 @@ target_link_libraries(QtGui
${SHIBOKEN_LIBRARY}
${QT_QTGUI_LIBRARY}
)
+add_dependencies(QtGui QtCore)
# install
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtGui.so DESTINATION "${SITE_PACKAGE}/PySide")
diff --git a/PySide/QtNetwork/CMakeLists.txt b/PySide/QtNetwork/CMakeLists.txt
index 9942d0a80..d52d23198 100644
--- a/PySide/QtNetwork/CMakeLists.txt
+++ b/PySide/QtNetwork/CMakeLists.txt
@@ -110,6 +110,7 @@ target_link_libraries(QtNetwork
${SHIBOKEN_LIBRARY}
${QT_QTNETWORK_LIBRARY}
)
+add_dependencies(QtNetwork QtCore)
# install
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtNetwork.so