From 0a55d2de7963bffed64a7dccf24dabd9908e9ac9 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 27 Jun 2011 19:52:38 +0000 Subject: moved forms to separate directory git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2247 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qmmpui/CMakeLists.txt') diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt index c5ed1d029..60535cda8 100644 --- a/src/qmmpui/CMakeLists.txt +++ b/src/qmmpui/CMakeLists.txt @@ -87,9 +87,9 @@ SET(libqmmpui_DEVEL_HDRS SET(libqmmpui_UIS - detailsdialog.ui - tageditor.ui - templateeditor.ui + forms/detailsdialog.ui + forms/tageditor.ui + forms/templateeditor.ui ) QT4_WRAP_UI(libqmmpui_UIS_H ${libqmmpui_UIS}) -- cgit v1.2.3-13-gbd6f