diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-02-16 16:23:39 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-02-16 16:23:39 +0000 |
| commit | 283814627de1f7e755c89b6bf1caa75589a05d16 (patch) | |
| tree | 640c34c16c2f120ab04da8b4156c0f45d4493f0a /src/plugins/Visual/projectm/CMakeLists.txt | |
| parent | 38a7f395a5598e1207b0a411bdc04638bb022f36 (diff) | |
| download | qmmp-283814627de1f7e755c89b6bf1caa75589a05d16.tar.gz qmmp-283814627de1f7e755c89b6bf1caa75589a05d16.tar.bz2 qmmp-283814627de1f7e755c89b6bf1caa75589a05d16.zip | |
projectm: added menu
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4096 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Visual/projectm/CMakeLists.txt')
| -rw-r--r-- | src/plugins/Visual/projectm/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/Visual/projectm/CMakeLists.txt b/src/plugins/Visual/projectm/CMakeLists.txt index 75d296ee9..0d698f232 100644 --- a/src/plugins/Visual/projectm/CMakeLists.txt +++ b/src/plugins/Visual/projectm/CMakeLists.txt @@ -51,12 +51,14 @@ SET(libprojectm_SRCS projectmwidget.cpp projectmplugin.cpp visualprojectmfactory.cpp + projectmwrapper.cpp ) SET(libprojectm_MOC_HDRS projectmwidget.h projectmplugin.h visualprojectmfactory.h + projectmwrapper.h ) SET(libprojectm_RCCS translations/translations.qrc) |
