Yes I will try it, but I have some issues with the installation of the previous version on a system with QT4. There is no problem on the system with QT5. But in this case I need QT4.
I get this message:
g++ -c -pipe -g -I/opt/oracle/product/12cR2/db/rdbms/demo -I/usr/include/oracle/12.2/client64 -O2 -D_REENTRANT -Wall -W -fPIC -DQT_EDITION=QT_EDITION_DESKTOP -DLIMEREPORT_EXPORTS -DHAVE_ZINT -DLIMEREPORT_VERSION_STR="\"1.4.43\"" -DLIMEREPORT_VERSION=\"1.4.43\" -DHAVE_QT4 -DHAVE_UI_LOADER -DINSPECT_BASEDESIGN -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I../../mkspecs/linux-g++ -I. -I../../include/QtUiTools -I../../include/QtCore -I../../include/QtGui -I../../include/QtXml -I../../include/QtSql -I../../include/QtScript -I../../include -I. -Iitems -Ibands -Ibase -Iobjectinspector -Idatabrowser -I../3rdparty/zint-2.4.4/backend -I../3rdparty/zint-2.4.4/backend_qt4 -Iunix/release/moc -Iunix/release/ui -o unix/release/obj-shared/lrbasedesignintf.o lrbasedesignintf.cpp
In file included from ../../include/QtGui/qtabwidget.h:1:0,
from ../../include/QtGui/../../src/gui/widgets/qmainwindow.h:46,
from ../../include/QtGui/qmainwindow.h:1,
from ../../include/QtGui/QMainWindow:1,
from lrreportdesignwidget.h:35,
from lrreportdesignwidget.cpp:30:
../../include/QtGui/../../src/gui/widgets/qtabwidget.h: In constructor ‘LimeReport::ReportDesignWidget::ReportDesignWidget(LimeReport::ReportEnginePrivate*, QMainWindow*, QWidget*)’:
../../include/QtGui/../../src/gui/widgets/qtabwidget.h:168:14: error: ‘QTabBar* QTabWidget::tabBar() const’ is protected
QTabBar* tabBar() const;
^
lrreportdesignwidget.cpp:57:33: error: within this context
connect(m_tabWidget->tabBar(), SIGNAL(tabMoved(int,int)), this, SLOT(slotTabMoved(int,int)));
^
In file included from ../../include/QtGui/qtabwidget.h:1:0,
from ../../include/QtGui/../../src/gui/widgets/qmainwindow.h:46,
from ../../include/QtGui/qmainwindow.h:1,
from ../../include/QtGui/QMainWindow:1,
from lrreportdesignwidget.h:35,
from lrreportdesignwidget.cpp:30:
../../include/QtGui/../../src/gui/widgets/qtabwidget.h: In member function ‘void LimeReport::ReportDesignWidget::slotTabMoved(int, int)’:
../../include/QtGui/../../src/gui/widgets/qtabwidget.h:168:14: error: ‘QTabBar* QTabWidget::tabBar() const’ is protected
QTabBar* tabBar() const;
^
lrreportdesignwidget.cpp:642:46: error: within this context
for ( int i = 0; i < m_tabWidget->tabBar()->count(); ++i){
^
lrreportdesignwidget.cpp: At global scope:
lrreportdesignwidget.cpp:638:6: warning: unused parameter ‘from’ [-Wunused-parameter]
void ReportDesignWidget::slotTabMoved(int from, int to)
^
lrreportdesignwidget.cpp:638:6: warning: unused parameter ‘to’ [-Wunused-parameter]
Makefile:81225: recipe for target 'unix/release/obj-shared/lrreportdesignwidget.o' failed
Is it possible that I can use the new limereport also on a QT4 system?
Paul