From d8e784e0dd829c1e5b9c95a6afd8545ca050f1d2 2013-08-19 07:41:59 From: Titta Heikkala Date: 2013-08-19 07:41:59 Subject: [PATCH] Fix boxplottertester OpenGL was unnecessarily added to the project. This caused the build to fail for VxWorks. The 'opengl' is removed from the project. Task-number: QTRD-2159 Change-Id: Ic330f7e65661affd024c5204ae425812aea42c41 Reviewed-by: Karim Pinter Reviewed-by: Mika Salmela --- diff --git a/tests/boxplottester/boxplottester.pro b/tests/boxplottester/boxplottester.pro index f77ef1b..1cad76c 100644 --- a/tests/boxplottester/boxplottester.pro +++ b/tests/boxplottester/boxplottester.pro @@ -4,7 +4,7 @@ TEMPLATE = app -QT += core gui opengl +QT += core gui contains(QT_MAJOR_VERSION, 5) { QT += widgets }