diff options
author | Lauro Neto <lauro.neto@openbossa.org> | 2010-08-23 10:18:55 -0300 |
---|---|---|
committer | Lauro Neto <lauro.neto@openbossa.org> | 2010-08-23 16:29:21 -0300 |
commit | 3cc4a66f2ec23757d11e296ebe755d8c2b72d43d (patch) | |
tree | 0774d8664fa99a2d8223abad02a4c4a69cbecc6f /PySide/phonon/CMakeLists.txt | |
parent | b9d61bcdba335a120f36fdbe1625e7d6630d9c5c (diff) | |
download | shiboken-3cc4a66f2ec23757d11e296ebe755d8c2b72d43d.tar.gz shiboken-3cc4a66f2ec23757d11e296ebe755d8c2b72d43d.tar.xz shiboken-3cc4a66f2ec23757d11e296ebe755d8c2b72d43d.zip |
Fix variable name.
Diffstat (limited to 'PySide/phonon/CMakeLists.txt')
-rw-r--r-- | PySide/phonon/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/phonon/CMakeLists.txt b/PySide/phonon/CMakeLists.txt index 062f17d7..a7a870fe 100644 --- a/PySide/phonon/CMakeLists.txt +++ b/PySide/phonon/CMakeLists.txt @@ -65,6 +65,6 @@ create_pyside_module(phonon "typesystem_phonon.xml" phonon_include_dirs phonon_libraries - phonon_depend + phonon_deps phonon_typesystem_path phonon_SRC) |