diff options
author | Dominik Wenger <domonoky@googlemail.com> | 2009-04-29 21:32:53 +0000 |
---|---|---|
committer | Dominik Wenger <domonoky@googlemail.com> | 2009-04-29 21:32:53 +0000 |
commit | 22656911028459a9d21b1253860750720b25c2b6 (patch) | |
tree | 9eb09810f150c16a6c42316c7c0eeccc7cc0838c /rbutil | |
parent | 357d35c20eef7873fb6397814f38b721024f2795 (diff) | |
download | rockbox-22656911028459a9d21b1253860750720b25c2b6.tar.gz rockbox-22656911028459a9d21b1253860750720b25c2b6.zip |
rbutil: ups, forgot to update the .pro file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20826 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil')
-rw-r--r-- | rbutil/rbutilqt/rbutilqt.pro | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/rbutil/rbutilqt/rbutilqt.pro b/rbutil/rbutilqt/rbutilqt.pro index 27ab920e0f..961115daad 100644 --- a/rbutil/rbutilqt/rbutilqt.pro +++ b/rbutil/rbutilqt/rbutilqt.pro | |||
@@ -63,10 +63,10 @@ SOURCES += rbutilqt.cpp \ | |||
63 | uninstallwindow.cpp \ | 63 | uninstallwindow.cpp \ |
64 | base/utils.cpp \ | 64 | base/utils.cpp \ |
65 | preview.cpp \ | 65 | preview.cpp \ |
66 | encoders.cpp \ | 66 | base/encoders.cpp \ |
67 | encttscfggui.cpp \ | 67 | encttscfggui.cpp \ |
68 | encttssettings.cpp \ | 68 | base/encttssettings.cpp \ |
69 | tts.cpp \ | 69 | base/tts.cpp \ |
70 | ../../tools/wavtrim.c \ | 70 | ../../tools/wavtrim.c \ |
71 | ../../tools/voicefont.c \ | 71 | ../../tools/voicefont.c \ |
72 | voicefile.cpp \ | 72 | voicefile.cpp \ |
@@ -115,10 +115,10 @@ HEADERS += rbutilqt.h \ | |||
115 | uninstallwindow.h \ | 115 | uninstallwindow.h \ |
116 | base/utils.h \ | 116 | base/utils.h \ |
117 | preview.h \ | 117 | preview.h \ |
118 | encoders.h \ | 118 | base/encoders.h \ |
119 | encttscfggui.h \ | 119 | encttscfggui.h \ |
120 | encttssettings.h \ | 120 | base/encttssettings.h \ |
121 | tts.h \ | 121 | base/tts.h \ |
122 | ../../tools/wavtrim.h \ | 122 | ../../tools/wavtrim.h \ |
123 | ../../tools/voicefont.h \ | 123 | ../../tools/voicefont.h \ |
124 | voicefile.h \ | 124 | voicefile.h \ |