|
|
|
@ -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}
|
|
|
|
|
)
|
|
|
|
|