Qt 5.0.1 - Project ERROR: Unknown module(s) in QT: phonon
-
You need to install "the Phonon module":http://qt-project.org/doc/qt-4.8/phonon-module.html but it has been dropped from Qt 5.
-
How to install the Phonon module?
I use Qt 5.1.1 for Windows 64-bit (VS 2012, OpenGL)
Thanks. -
You have to download it from "KDE":http://phonon.kde.org/ as a 3rd-party library; it is no longer part of Qt.
What do you want to achieve? Perhaps the Qt Multimedia module suits your needs? http://qt-project.org/doc/qt-5.1/qtmultimedia/qtmultimedia-index.html
-
I need to build Sankore-3.1 so I get "Unknown module(s) in QT: phonon" message from QT 5.1.1.
I have downloaded phonon from KDE. Then what is the next step from here? I am new to QT. :-) Thanks. -
Hmm... Open-Sankoré doesn't use "standard" Qt: http://lists.debian.org/debian-wnpp/2013/03/msg00294.html
You need to download their version (which is based on Qt 4.7 by the way, not Qt 5.1). Their build instructions are at http://dev.open-sankore.org/xwiki/bin/view/Community/SourceRepository
If you have any other issues, it's probably best to ask the Open-Sankoré community. I don't know what effects the modifications have.
-
Hi,
I was able to successfully build Open sankore on windows 7,
I made sure the following are properly installed as mentioned in the links provided above:(I reverted to Qt 4.8.1 Standard and made some modifications in response to some errors )Required applications
Before being able to build Qt some softwares should be installed on your system
*Visual Studio 2010
*Windows SDK 6.1
*DirectX SDK (November 2008)
*Perl
*Open SSL (binary developer version)
*Qt add-in for Visual Studio (highly recommended)I am still looking into how this thing can be ported to Qt 5 though.Would like to hear if you have been successful in doing this.
Thanks. -