diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-11-04 20:17:13 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-11-04 20:17:13 +0000 |
| commit | 40c82a8a1d3e65788451022249d984d3166c3aca (patch) | |
| tree | d6205444e71f1f103af8d8ddf13136602eebb6da /src/ui/CMakeLists.txt | |
| parent | 1963054966e3a2514fb481c8159c09834a1a12fa (diff) | |
| download | qmmp-40c82a8a1d3e65788451022249d984d3166c3aca.tar.gz qmmp-40c82a8a1d3e65788451022249d984d3166c3aca.tar.bz2 qmmp-40c82a8a1d3e65788451022249d984d3166c3aca.zip | |
completed shortcut editor
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1980 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index d853a4cd3..41f82f9ac 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -87,6 +87,7 @@ SET(ui_SRCS lxdesupport.cpp actionmanager.cpp shortcutitem.cpp + shortcutdialog.cpp ) SET(ui_MOC_HDRS @@ -144,6 +145,7 @@ SET(ui_MOC_HDRS lxdesupport.h shortcutitem.h actionmanager.h + shortcutdialog.h ) SET(ui_RCCS images/images.qrc stuff.qrc translations/qmmp_locales.qrc) @@ -164,6 +166,7 @@ SET(ui_UIS forms/preseteditor.ui forms/playlistbrowser.ui forms/popupsettings.ui + forms/shortcutdialog.ui ) QT4_WRAP_UI(ui_UIS_H ${ui_UIS}) |
