diff options
Diffstat (limited to 'khexedit/CMakeLists.txt')
| -rw-r--r-- | khexedit/CMakeLists.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/khexedit/CMakeLists.txt b/khexedit/CMakeLists.txt index 661218b..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} ) @@ -57,5 +57,5 @@ install( FILES khexeditui.rc tde_create_translated_desktop( SOURCE khexedit.desktop - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/khexedit-desktops + PO_DIR khexedit-desktops ) |
