fix the .pro too
authorScott Wheeler <wheeler@kde.org>
Tue, 12 Feb 2008 04:36:14 +0000 (04:36 +0000)
committerScott Wheeler <wheeler@kde.org>
Tue, 12 Feb 2008 04:36:14 +0000 (04:36 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@773919 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

taglib/taglib.pro

index 49e2ddd102f88a3d36c433d7b82f84b9b898a2ca..66bf4d6cdea1038cbc082c4a3945f4014381c861 100644 (file)
@@ -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 \