From: Scott Wheeler Date: Tue, 12 Feb 2008 04:36:14 +0000 (+0000) Subject: fix the .pro too X-Git-Tag: v1.5~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a78afdc660c2cd58c1fade9c1adea501e1e04f85;p=taglib fix the .pro too git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@773919 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/taglib/taglib.pro b/taglib/taglib.pro index 49e2ddd1..66bf4d6c 100644 --- a/taglib/taglib.pro +++ b/taglib/taglib.pro @@ -16,7 +16,7 @@ DEPENDPATH += . \ mpc \ mpeg \ ogg \ - speex \ + ogg/speex \ toolkit \ trueaudio \ wavpack \ @@ -34,7 +34,7 @@ INCLUDEPATH += . \ ogg/flac \ mpc \ wavpack \ - speex \ + ogg/speex \ trueaudio \ ape \ mpeg/id3v2 \ @@ -62,8 +62,8 @@ HEADERS += audioproperties.h \ ogg/oggpage.h \ ogg/oggpageheader.h \ ogg/xiphcomment.h \ - speex/speexfile.h \ - speex/speexproperties.h \ + ogg/speex/speexfile.h \ + ogg/speex/speexproperties.h \ toolkit/taglib.h \ toolkit/tbytevector.h \ toolkit/tbytevectorlist.h \ @@ -120,8 +120,8 @@ SOURCES += audioproperties.cpp \ ogg/oggpage.cpp \ ogg/oggpageheader.cpp \ ogg/xiphcomment.cpp \ - speex/speexfile.cpp \ - speex/speexproperties.cpp \ + ogg/speex/speexfile.cpp \ + ogg/speex/speexproperties.cpp \ toolkit/tbytevector.cpp \ toolkit/tbytevectorlist.cpp \ toolkit/tdebug.cpp \ @@ -176,8 +176,8 @@ SOURCES += audioproperties.cpp \ ogg/oggpage.h \ ogg/oggpageheader.h \ ogg/xiphcomment.h \ - speex/speexfile.h \ - speex/speexproperties.h \ + ogg/speex/speexfile.h \ + ogg/speex/speexproperties.h \ toolkit/taglib.h \ toolkit/tbytevector.h \ toolkit/tbytevectorlist.h \