econsysqtcam / qtcam

QtCAM is a free, Open Source Linux Webcamera Software with more than 10 image control settings, extension settings and Color space switching.
http://www.e-consystems.com/opensource-linux-webcam-software-application.asp
GNU General Public License v3.0
185 stars 95 forks source link

How to build on Ubuntu 20.04 #39

Closed truonggiang0710 closed 3 years ago

jdehaan commented 4 years ago

Remove /usr/include from INCLUDEPATH inside pro file and prepend AV_ to some constants appearing in errors on compilation. I could then compile and run the application under focal fossa.

spiderkeys commented 4 years ago

I was also able to get it building on 20.04 by doing the following:

I did not need to remove /usr/include from INCLUDEPATH.

truonggiang0710 commented 3 years ago

Thanks all.