diff options
Diffstat (limited to 'qtmcop/CMakeLists.txt')
-rw-r--r-- | qtmcop/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmcop/CMakeLists.txt b/qtmcop/CMakeLists.txt index 6b68c18..721a627 100644 --- a/qtmcop/CMakeLists.txt +++ b/qtmcop/CMakeLists.txt @@ -34,7 +34,7 @@ install( FILES ##### qtmcop ############################## -set( qtmcop_SRCS qiomanager.cc ) +set( qtmcop_SRCS qiomanager.cpp ) tde_add_library( qtmcop SHARED AUTOMOC SOURCES ${qtmcop_SRCS} |