Fixed CMakeLists.txt files to prevent static source files of being deleted by "make clean".

This commit is contained in:
Marcelo Lira 2011-04-07 11:29:15 -03:00 committed by Hugo Parente Lima
commit 6efe441b76
19 changed files with 39 additions and 22 deletions

View file

@ -29,4 +29,5 @@ create_pyside_module(QtTest
QtTest_libraries
QtTest_deps
QtTest_typesystem_path
QtTest_SRC)
QtTest_SRC
"")