c++ - Makefile.Release error: Making Zint Barcode project work in Qt -


after acquiring zint barcode generator went folder backend_qt4 , opened qt project file backend_vcx.pro. project unfortunately not compile, error:

makefile.release: no such file or directory 

what causes error?

i'm using qt5.2.1 mingw compiler.

note: there frontend_qt4 project, displays same error when i'm trying compile it.

edit: downloaded zint-2.4.3.tar.gz from here


Comments

Popular posts from this blog

css - I want to align grid in center -

python - SWIG function not printing output -

oop - Function for all prototypes - Javascript -