diff options
Diffstat (limited to 'khexedit/CMakeLists.txt')
-rw-r--r-- | khexedit/CMakeLists.txt | 20 |
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} ) |