From 6efe441b766852764c4638f41b5ae556c93a9aa8 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Thu, 7 Apr 2011 11:29:15 -0300 Subject: Fixed CMakeLists.txt files to prevent static source files of being deleted by "make clean". --- PySide/QtGui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'PySide/QtGui/CMakeLists.txt') diff --git a/PySide/QtGui/CMakeLists.txt b/PySide/QtGui/CMakeLists.txt index c25a95e6c..858747256 100644 --- a/PySide/QtGui/CMakeLists.txt +++ b/PySide/QtGui/CMakeLists.txt @@ -423,6 +423,7 @@ create_pyside_module(QtGui QtGui_deps QtGui_typesystem_path QtGui_SRC + "" ${CMAKE_CURRENT_BINARY_DIR}/typesystem_gui.xml) install(FILES ${pyside_SOURCE_DIR}/qpytextobject.h DESTINATION include/PySide/QtGui/) -- cgit v1.2.3