Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.9.2
-
x11 QNX
-
-
267b1a140aed9ba3c2c4cda0bb6f838cebfbd0d1 (5.9.2, 27.9.2017)
Description
qt-enterprise-linux-x64-qnx-5.9.2_719.run, run installer open QtCreator and launch example widgets/tools/regularexpression and compile project. Build fails with following error:
qcc -Vgcc_ntox86 -c -Wno-psabi -lang-c++ -g -Wall -W -D_REENTRANT -fPIC -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I../regularexpression -I. -I/home/qt/Qt5.9.2/5.9.2/qnx6_x86/include -I/home/qt/Qt5.9.2/5.9.2/qnx6_x86/include/QtWidgets -I/home/qt/Qt5.9.2/5.9.2/qnx6_x86/include/QtGui -I/home/qt/Qt5.9.2/5.9.2/qnx6_x86/include/QtCore -I. -I/opt/qnx660/target/qnx6/usr/include -I/opt/qnx660/target/qnx6/usr/include/freetype2 -I/home/qt/Qt5.9.2/5.9.2/qnx6_x86/mkspecs/qnx-x86-qcc -o regularexpressiondialog.o ../regularexpression/regularexpressiondialog.cpp ../regularexpression/regularexpressiondialog.cpp: In member function 'void PatternLineEdit::copyToCode()': ../regularexpression/regularexpressiondialog.cpp:147:5: error: 'clipboard' is not a member of 'QGuiApplication' ../regularexpression/regularexpressiondialog.cpp: In member function 'void PatternLineEdit::pasteFromCode()': ../regularexpression/regularexpressiondialog.cpp:152:27: error: 'clipboard' is not a member of 'QGuiApplication' cc: /opt/qnx660/host/linux/x86/usr/lib/gcc/i486-pc-nto-qnx6.6.0/4.7.3/cc1plus error 1 make: *** [regularexpressiondialog.o] Error 1 13:31:23: The process "/opt/qnx660/host/linux/x86/usr/bin/make" exited with code 2. Error while building/deploying project regularexpression (kit: Qt 5.9.2 for QNX 6.6.0 x86) The kit Qt 5.9.2 for QNX 6.6.0 x86 has configuration issues which might be the root cause for this problem. When executing step "Make"
Example is working with 5.9.1 content.