After installing qt5, this problem seems to be resolved. I think the install file should be changed to say outright that QT4 does not work, or an adjustment should be made to the code that allows it to build.
BTW, thanks for the cool app. I'll be working on an extension the next few days and I'll post a link :)
P.S. Also worth noting, to build on my system, I need to change
LIBS += -lquazip-qt5
to
LIBS += -lquazip5
in CVAssistant.pro.
And, to actually get that library from the repository
sudo apt-get install libquazip5-1
( I guess the name is different in Ubuntu vs Debian)
Last edit: Benjamin Blumer 2017-08-23
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the solution. As debian needs LIBS += -lquazip-qt5 and your system might be Ubuntu, I will think of a hybrid .pro file which supports both systems or a kind of shell script to compile on a variety of systems.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Building on Ubuntu 16.04 with qt4:
And, indeed, according to qt-4 docs, this method doesn't exist.
Last edit: Benjamin Blumer 2017-08-22
After installing qt5, this problem seems to be resolved. I think the install file should be changed to say outright that QT4 does not work, or an adjustment should be made to the code that allows it to build.
BTW, thanks for the cool app. I'll be working on an extension the next few days and I'll post a link :)
P.S. Also worth noting, to build on my system, I need to change
to
in CVAssistant.pro.
And, to actually get that library from the repository
( I guess the name is different in Ubuntu vs Debian)
Last edit: Benjamin Blumer 2017-08-23
Thanks for the solution. As debian needs LIBS += -lquazip-qt5 and your system might be Ubuntu, I will think of a hybrid .pro file which supports both systems or a kind of shell script to compile on a variety of systems.
https://sourceforge.net/p/cvassistant/discussion/general/thread/b9d39ae5/
Last edit: zenny 2017-11-18
Bump!
Last edit: zenny 2017-11-18