diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-06-27 19:52:38 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-06-27 19:52:38 +0000 |
| commit | 0a55d2de7963bffed64a7dccf24dabd9908e9ac9 (patch) | |
| tree | 627a1c6b20d35a7225bfc84469a6fd92293bca55 /src/qmmpui/CMakeLists.txt | |
| parent | 30051e0a3874cadce5ae8537fc9895a4e313395e (diff) | |
| download | qmmp-0a55d2de7963bffed64a7dccf24dabd9908e9ac9.tar.gz qmmp-0a55d2de7963bffed64a7dccf24dabd9908e9ac9.tar.bz2 qmmp-0a55d2de7963bffed64a7dccf24dabd9908e9ac9.zip | |
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
Diffstat (limited to 'src/qmmpui/CMakeLists.txt')
| -rw-r--r-- | src/qmmpui/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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}) |
