aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-01-27 22:25:47 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-01-27 22:25:47 +0000
commitabaab158ba5c7e46ecfee3846ae9d596df871212 (patch)
tree28a8a6eafecc4b6908fae4528ba45990d53460b9 /src/qmmpui/CMakeLists.txt
parent57da9f81de51faa5daba43346c35424d854f3ced (diff)
downloadqmmp-abaab158ba5c7e46ecfee3846ae9d596df871212.tar.gz
qmmp-abaab158ba5c7e46ecfee3846ae9d596df871212.tar.bz2
qmmp-abaab158ba5c7e46ecfee3846ae9d596df871212.zip
added template editor, improved status icon plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1530 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/CMakeLists.txt')
-rw-r--r--src/qmmpui/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt
index 595cf4f0c..cf72e83da 100644
--- a/src/qmmpui/CMakeLists.txt
+++ b/src/qmmpui/CMakeLists.txt
@@ -40,6 +40,7 @@ SET(libqmmpui_SRCS
tageditor.cpp
playlistmanager.cpp
metadataformatter.cpp
+ templateeditor.cpp
)
SET(libqmmpui_MOC_HDRS
@@ -64,6 +65,7 @@ SET(libqmmpui_MOC_HDRS
tageditor.h
playlistmanager.h
metadataformatter.h
+ templateeditor.h
)
SET(libqmmpui_DEVEL_HDRS
@@ -84,12 +86,14 @@ SET(libqmmpui_DEVEL_HDRS
tageditor.h
playlistmanager.h
metadataformatter.h
+ templateeditor.h
)
SET(libqmmpui_UIS
detailsdialog.ui
tageditor.ui
+ templateeditor.ui
)
QT4_WRAP_UI(libqmmpui_UIS_H ${libqmmpui_UIS})