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...
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
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 :)
Building on Ubuntu 16.04 with qt4: ~/cvassistant-code$ qmake-qt4 ~/cvassistant-code$ make g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I. -I. -o main.o main.cpp In file included from controllers/mainwindow.h:22:0, from main.cpp:20: ./ui_mainwindow.h: In member function ‘void Ui_MainWindow::setupUi(QMainWindow*)’:...
Building on Ubuntu 16.04 with qt4: ~/cvassistant-code$ qmake-qt4 ~/cvassistant-code$ make g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I. -I. -o main.o main.cpp In file included from controllers/mainwindow.h:22:0, from main.cpp:20: ./ui_mainwindow.h: In member function ‘void Ui_MainWindow::setupUi(QMainWindow*)’:...
Building on Ubuntu 16.04 with qt4: ~/cvassistant-code$ qmake-qt4 ~/cvassistant-code$ make g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I. -I. -o main.o main.cpp In file included from controllers/mainwindow.h:22:0, from main.cpp:20: ./ui_mainwindow.h: In member function ‘void Ui_MainWindow::setupUi(QMainWindow*)’:...