summaryrefslogtreecommitdiffstats
path: root/khexedit/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-08 12:30:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-08 13:14:02 +0900
commit4ff709afede2f49e6165ec52699acc98b0c928fc (patch)
tree15f0185f2e9f5334c4e87ca60772f5c0a583e9dd /khexedit/CMakeLists.txt
parent30e5a0862d88b5bd524acfe35ced4b8c86c08d2a (diff)
downloadtdeutils-4ff709af.tar.gz
tdeutils-4ff709af.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7ec5a57fc3f04526f36477e22066199372beb0ee)
Diffstat (limited to 'khexedit/CMakeLists.txt')
-rw-r--r--khexedit/CMakeLists.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/khexedit/CMakeLists.txt b/khexedit/CMakeLists.txt
index 12d3b46..003fdf6 100644
--- a/khexedit/CMakeLists.txt
+++ b/khexedit/CMakeLists.txt
@@ -29,16 +29,16 @@ link_directories(
##### khexedit (executable) #####################
tde_add_executable( khexedit AUTOMOC
- SOURCES main.cc toplevel.cc hexmanagerwidget.cc
- hexeditorwidget.cc hextoolwidget.cc
- hexviewwidget.cc hexbuffer.cc conversion.cc
- dialog.cc hexvalidator.cc hexclipboard.cc
- optiondialog.cc printdialogpage.cc
- statusbarprogress.cc hexprinter.cc
- hexerror.cc draglabel.cc stringdialog.cc
- bitswapwidget.cc chartabledialog.cc
- hexdrag.cc exportdialog.cc fileinfodialog.cc
- converterdialog.cc listview.cc searchbar.cc
+ SOURCES main.cpp toplevel.cpp hexmanagerwidget.cpp
+ hexeditorwidget.cpp hextoolwidget.cpp
+ hexviewwidget.cpp hexbuffer.cpp conversion.cpp
+ dialog.cpp hexvalidator.cpp hexclipboard.cpp
+ optiondialog.cpp printdialogpage.cpp
+ statusbarprogress.cpp hexprinter.cpp
+ hexerror.cpp draglabel.cpp stringdialog.cpp
+ bitswapwidget.cpp chartabledialog.cpp
+ hexdrag.cpp exportdialog.cpp fileinfodialog.cpp
+ converterdialog.cpp listview.cpp searchbar.cpp
LINK tdeio-shared tdeprint-shared
DESTINATION ${BIN_INSTALL_DIR}
)