Hello,
The team is starting the tests on the Visual Operator a couple notes
1. The compilation depends on Qxt 0.6
2. By default the installation of the Qxt library is done on /usr/local/Qxt
3. The Makefile don't link nor include these(!)
4. We had to modify the Release Makefile manually to allow us to compile, lines modified below
- INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4 -I/usr/local/Qxt/include/QxtGui -I/usr/local/Qxt/include/QxtCore -Irelease -I.
- LINK = g++
- LFLAGS = -Wl,-O1 -L/usr/local/Qxt/lib
- LIBS = $(SUBLIBS) -L/usr/lib -lQtXmlPatterns -lQtXml -lQtGui -lQtNetwork -lQtCore -lpthread -lQxtGui