Yigal
Yigal

Reputation: 266

fatal error: QtMultimediaWidgets/QtMultimediaWidgets: No such file or directory

Trying to run 'make' for a QT project on Ubuntu and got this error:

fatal error: QtMultimediaWidgets/QtMultimediaWidgets: No such file or directory

How can I download this package?

Upvotes: 0

Views: 239

Answers (1)

Joel
Joel

Reputation: 2035

I think this is a QT 5.x header, in ubuntu you should get QT5 development files.

Upvotes: 1

Related Questions