jimevins / glabels-qt

gLabels Label Designer (Qt/C++)

Home Page:http://glabels.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown CMake command "qt5_wrap_cpp"

probonopd opened this issue · comments

Trying to make an AppImage, the build fails with

Unknown CMake command "qt5_wrap_cpp"

Video of what I did:
https://youtu.be/IUD-iqH_2cs

Build log:
https://api.travis-ci.org/jobs/217725838/log.txt?deansi=true

In this case, glabels_source_directory in the build instructions means the top-level glabels-qt directory, not the glabels-qt/glabels directory. It looks like you are already in the correct directory in your Travis environment. If you simply remove the cd glabels line, it should build correctly.

Sorry for the confusion.

Thanks @jimevins, stupid me. AppImage Pull Request sent.