From 14c97c40726e109c2c872dfdfc972b234b4839c3 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 13 Oct 2011 19:52:50 +0000 Subject: fixed build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2392 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/converter/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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}) -- cgit v1.2.3-13-gbd6f