:-1: error: Project ERROR: Unknown module(s) in QT: serialport multimedia [solved]
Solved
Installation and Deployment
-
I tried looking at documentation and everything, but the project just wont' build because of this error. If i remove it i just get an empty error message
:-1: error: Project ERROR: Unknown module(s) in QT: serialport multimedia
For reference, my .pro file is (line that causes the problem
QT += core gui serialport multimedia
SOLVED: i was using an older interpreter, and that caused the problem. in my specifical case i switched to 5.12
-
Hi and welcome to devnet,
Which version of Qt are you using ?
-
What did you do ?