diff options
author | Michele Calgaro <[email protected]> | 2020-12-06 19:28:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-12-06 19:28:06 +0900 |
commit | 00d4f92b717fbcbed6f9eee361975d6ee5380d59 (patch) | |
tree | 043b5970d66e539e1fbf6dde03440d6569e34c4e /qtmcop/CMakeLists.txt | |
parent | 2f53bfe61c8ee78ff36ac6c66ae714b01e407b33 (diff) | |
download | arts-00d4f92b717fbcbed6f9eee361975d6ee5380d59.tar.gz arts-00d4f92b717fbcbed6f9eee361975d6ee5380d59.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
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} |