diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-13 19:52:50 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-13 19:52:50 +0000 |
| commit | 14c97c40726e109c2c872dfdfc972b234b4839c3 (patch) | |
| tree | b1f1d920b2502060e505d876a6f4df80ccfbd420 /src/plugins/General/converter | |
| parent | c5701e86187c38afd18a9b4a77ee5c149d9cd6dc (diff) | |
| download | qmmp-14c97c40726e109c2c872dfdfc972b234b4839c3.tar.gz qmmp-14c97c40726e109c2c872dfdfc972b234b4839c3.tar.bz2 qmmp-14c97c40726e109c2c872dfdfc972b234b4839c3.zip | |
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2392 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/converter')
| -rw-r--r-- | src/plugins/General/converter/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/General/converter/CMakeLists.txt b/src/plugins/General/converter/CMakeLists.txt index e16e90c62..ece24662a 100644 --- a/src/plugins/General/converter/CMakeLists.txt +++ b/src/plugins/General/converter/CMakeLists.txt @@ -34,6 +34,7 @@ SET(libconverter_SRCS converter.cpp converterhelper.cpp converterdialog.cpp + preseteditor.cpp ) SET(libconverter_MOC_HDRS @@ -41,6 +42,7 @@ SET(libconverter_MOC_HDRS converter.h converterhelper.h converterdialog.h + preseteditor.h ) SET(libconverter_RCCS @@ -54,6 +56,7 @@ QT4_WRAP_CPP(libconverter_MOC_SRCS ${libconverter_MOC_HDRS}) SET(libconverter_UIS converterdialog.ui + preseteditor.ui ) QT4_WRAP_UI(libconverter_UIS_H ${libconverter_UIS}) |
