diff options
Diffstat (limited to 'rbutil/rbutilqt/rbutilqt.pro')
-rw-r--r-- | rbutil/rbutilqt/rbutilqt.pro | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/rbutil/rbutilqt/rbutilqt.pro b/rbutil/rbutilqt/rbutilqt.pro index 3edcbdc11b..3223b91828 100644 --- a/rbutil/rbutilqt/rbutilqt.pro +++ b/rbutil/rbutilqt/rbutilqt.pro | |||
@@ -53,7 +53,8 @@ SOURCES += rbutilqt.cpp \ | |||
53 | base/zipinstaller.cpp \ | 53 | base/zipinstaller.cpp \ |
54 | progressloggergui.cpp \ | 54 | progressloggergui.cpp \ |
55 | installtalkwindow.cpp \ | 55 | installtalkwindow.cpp \ |
56 | talkfile.cpp \ | 56 | base/talkfile.cpp \ |
57 | base/talkgenerator.cpp \ | ||
57 | base/autodetection.cpp \ | 58 | base/autodetection.cpp \ |
58 | ../ipodpatcher/ipodpatcher.c \ | 59 | ../ipodpatcher/ipodpatcher.c \ |
59 | ../sansapatcher/sansapatcher.c \ | 60 | ../sansapatcher/sansapatcher.c \ |
@@ -69,7 +70,7 @@ SOURCES += rbutilqt.cpp \ | |||
69 | base/tts.cpp \ | 70 | base/tts.cpp \ |
70 | ../../tools/wavtrim.c \ | 71 | ../../tools/wavtrim.c \ |
71 | ../../tools/voicefont.c \ | 72 | ../../tools/voicefont.c \ |
72 | voicefile.cpp \ | 73 | base/voicefile.cpp \ |
73 | createvoicewindow.cpp \ | 74 | createvoicewindow.cpp \ |
74 | base/rbsettings.cpp \ | 75 | base/rbsettings.cpp \ |
75 | base/rbunzip.cpp \ | 76 | base/rbunzip.cpp \ |
@@ -97,7 +98,8 @@ HEADERS += rbutilqt.h \ | |||
97 | version.h \ | 98 | version.h \ |
98 | base/zipinstaller.h \ | 99 | base/zipinstaller.h \ |
99 | installtalkwindow.h \ | 100 | installtalkwindow.h \ |
100 | talkfile.h \ | 101 | base/talkfile.h \ |
102 | base/talkgenerator.h \ | ||
101 | base/autodetection.h \ | 103 | base/autodetection.h \ |
102 | progressloggerinterface.h \ | 104 | progressloggerinterface.h \ |
103 | progressloggergui.h \ | 105 | progressloggergui.h \ |
@@ -121,7 +123,7 @@ HEADERS += rbutilqt.h \ | |||
121 | base/tts.h \ | 123 | base/tts.h \ |
122 | ../../tools/wavtrim.h \ | 124 | ../../tools/wavtrim.h \ |
123 | ../../tools/voicefont.h \ | 125 | ../../tools/voicefont.h \ |
124 | voicefile.h \ | 126 | base/voicefile.h \ |
125 | createvoicewindow.h \ | 127 | createvoicewindow.h \ |
126 | base/rbsettings.h \ | 128 | base/rbsettings.h \ |
127 | base/rbunzip.h \ | 129 | base/rbunzip.h \ |