QT Configure with multimedia in Visual Studio!
Installation and Deployment
4
Posts
2
Posters
1.1k
Views
2
Watching
-
Hello Dear Friends, who help me? I run configure.exe for static build :
- C:\Qt\5.4\Src\qtbase>configure -static -debug-and-release -opensource -qt-sql-od
bc -qt-sql-sqlite -platform win32-msvc2010 -plugin-sql-odbc -nomake examples -no
make tests -opengl desktop -mp -audio-backend -multimedia
but i get error : multimedia module not found! How i can fix this?
- C:\Qt\5.4\Src\qtbase>configure -static -debug-and-release -opensource -qt-sql-od
-
Hi and welcome to devnet,
either run configure from Src or remove -multimedia and build qtmultimedia after qtbase
-
because configure is only for qtbase. When you want to build another module you call qmake inside it and then nmake