I was installing luminance hdr
by using the command cmake src
I Got error :
CMake Error at Libpfs/CMakeLists.txt:15 (qt5_use_modules):
Unknown CMake command "qt5_use_modules".
Then i tried to install qt5 modules:
sudo apt-add-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install qtdeclarative5-dev
But still getiing the same error . Plese Guide me appropriately.