aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-03-17 16:43:46 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-03-17 16:43:46 +0000
commit4482829287e10dbac28fa50e1c32b55fe35ad378 (patch)
treea3765702a3c68acc26dfd1476682d56164fb28fb /src/qmmpui/CMakeLists.txt
parentaba624d7a5b7f374562fb96ec1e8dc39917f86ae (diff)
downloadqmmp-4482829287e10dbac28fa50e1c32b55fe35ad378.tar.gz
qmmp-4482829287e10dbac28fa50e1c32b55fe35ad378.tar.bz2
qmmp-4482829287e10dbac28fa50e1c32b55fe35ad378.zip
general plugin api changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@274 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/CMakeLists.txt')
-rw-r--r--src/qmmpui/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt
index 87654ddfc..adf003264 100644
--- a/src/qmmpui/CMakeLists.txt
+++ b/src/qmmpui/CMakeLists.txt
@@ -19,6 +19,7 @@ SET(libqmmpui_SRCS
general.cpp
generalhandler.cpp
songinfo.cpp
+ control.cpp
)
SET(libqmmpui_MOC_HDRS
@@ -26,6 +27,7 @@ SET(libqmmpui_MOC_HDRS
general.h
generalhandler.h
songinfo.h
+ control.h
)
QT4_WRAP_CPP(libqmmpui_MOC_SRCS ${libqmmpui_MOC_HDRS})