rschroll / beru

The Basic Epub Reader for Ubuntu
http://rschroll.github.io/beru/
GNU General Public License v3.0
25 stars 12 forks source link

add UBUNTU_MANIFEST_PATH to cmakelists.txt so that Qtcreator picks it up #76

Closed dpniel closed 9 years ago

dpniel commented 9 years ago

After adding this I can build and run beru fine now, and you should be able to select beru from Projects -> Run configuration

dpniel commented 9 years ago

Hmmm seems this is still a bit hit and miss with qtcreator accepting the Exec in the desktop file. It worked fine the first few goes then i just hit an error about not finding the executable in the desktop file. And now it's working again. I wonder if the relative path's are causing some strange behaviour here

rschroll commented 9 years ago

It seems to be working for me. Note that you need to set -DCLICK_MODE=ON to get it to build a (proper) click package. If you haven't done that, you're likely to get all manner of indecipherable errors.

Thanks for the quick fix!