diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-12 18:16:49 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-12 18:16:49 +0000 |
| commit | c57d5bfe39f743232da301a7001a79a8d65a07aa (patch) | |
| tree | af3d14ab9ee3e94d42c3b1d050045c917a85dd3f /src/qmmpui/CMakeLists.txt | |
| parent | 4cb1b12751e486cea156c94c826c693fcf3d2f47 (diff) | |
| download | qmmp-c57d5bfe39f743232da301a7001a79a8d65a07aa.tar.gz qmmp-c57d5bfe39f743232da301a7001a79a8d65a07aa.tar.bz2 qmmp-c57d5bfe39f743232da301a7001a79a8d65a07aa.zip | |
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2271 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/CMakeLists.txt')
| -rw-r--r-- | src/qmmpui/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt index d88850e63..b68792384 100644 --- a/src/qmmpui/CMakeLists.txt +++ b/src/qmmpui/CMakeLists.txt @@ -42,6 +42,8 @@ SET(libqmmpui_SRCS templateeditor.cpp uiloader.cpp jumptotrackdialog.cpp + configdialog.cpp + pluginitem.cpp ) SET(libqmmpui_MOC_HDRS @@ -69,6 +71,8 @@ SET(libqmmpui_MOC_HDRS uiloader.h uifactory.h jumptotrackdialog_p.h + configdialog.h + pluginitem_p.h ) SET(libqmmpui_DEVEL_HDRS @@ -90,6 +94,7 @@ SET(libqmmpui_DEVEL_HDRS templateeditor.h uiloader.h uifactory.h + configdialog.h ) @@ -98,6 +103,7 @@ SET(libqmmpui_UIS forms/tageditor.ui forms/templateeditor.ui forms/jumptotrackdialog.ui + forms/configdialog.ui ) QT4_WRAP_UI(libqmmpui_UIS_H ${libqmmpui_UIS}) |
