diff options
author | Timothy Pearson <[email protected]> | 2013-02-09 01:23:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-09 01:23:13 -0600 |
commit | 66db3d654c959c484fbefdff8957054790131802 (patch) | |
tree | 3324a160abd53d6fd1859d00c7a5b2a37e6f3807 /kdebugdialog/CMakeLists.txt | |
parent | 197404813221fa098495a95fb5393825130c00ed (diff) | |
download | tdebase-66db3d654c959c484fbefdff8957054790131802.tar.gz tdebase-66db3d654c959c484fbefdff8957054790131802.zip |
Fix unintended rename of track
Diffstat (limited to 'kdebugdialog/CMakeLists.txt')
-rw-r--r-- | kdebugdialog/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdebugdialog/CMakeLists.txt b/kdebugdialog/CMakeLists.txt index f6eccd0fe..915293164 100644 --- a/kdebugdialog/CMakeLists.txt +++ b/kdebugdialog/CMakeLists.txt @@ -25,7 +25,7 @@ link_directories( tde_add_executable( kdebugdialog AUTOMOC SOURCES - main.cpp kabstractdebugdialog.cpp kdebugdialog.cpp + main.cpp kabstrackbugdialog.cpp kdebugdialog.cpp tdelistdebugdialog.cpp LINK tdeui-shared DESTINATION ${BIN_INSTALL_DIR} |