On Fri, Jun 2, 2017 at 12:49 PM, Conor Lennon <conorlennon@xxxxxxxxxx> wrote:
> CXX simple_dialog.o
> simple_dialog.cpp: In constructor ‘SimpleDialog::SimpleDialog(QWidget*,
> ESD_TYPE_E, int, const char*, __va_list_tag*)’:
> simple_dialog.cpp:93:54: error: ‘setTextInteractionFlags’ was not declared
> in this scope
> setTextInteractionFlags(Qt::TextSelectableByMouse);
> ^
> Makefile:1790: recipe for target 'simple_dialog.o' failed
The call to setTextInteractionFlags should not have been used when
compiling with Qt version < 5.1.
You can safely remove this call in simple_dialog.cpp until the next release.
--
Stig Bjørlykke