I recently installed qt5 on Raspbian. I'm trying to compile this package so I ranqmake && make. I get these errors:
WARNING: TARGET is empty
make: nothing to be done for 'first'
Before having qt5 (and qt-creator), I can compile the code seamlessly with qt4 installed in my raspberry pi. So I think it could be some incompatibility issue with qt5. How can I build this code without having to revert back to qt4?
Note: I'm new with Qt and Raspberry pi.