From 99b997c4d5c4066866f4b4af04b925fcf17f144c Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 28 Feb 2012 16:07:07 +1000 Subject: Cleaned up examples/opengl/cube/cube.pro, removed message() It's arbitrary and confusing to put a message(OpenGL support is enabled) in this one OpenGL example and no others, especially since the message is output during configure. Change-Id: I7b55868d10c288f3459a7fda594fea1e6f45bf9a Reviewed-by: Toby Tomkins --- examples/opengl/cube/cube.pro | 9 --------- 1 file changed, 9 deletions(-) diff --git a/examples/opengl/cube/cube.pro b/examples/opengl/cube/cube.pro index ef6f526067..98a3082340 100644 --- a/examples/opengl/cube/cube.pro +++ b/examples/opengl/cube/cube.pro @@ -1,9 +1,3 @@ -#------------------------------------------------- -# -# Project created by QtCreator 2010-06-23T12:55:35 -# -#------------------------------------------------- - QT += core gui widgets TARGET = cube @@ -12,7 +6,6 @@ TEMPLATE = app SOURCES += main.cpp contains(QT_CONFIG, opengl) { - message(Building with OpenGL support.) QT += opengl SOURCES += mainwidget.cpp \ @@ -29,8 +22,6 @@ contains(QT_CONFIG, opengl) { OTHER_FILES += \ vshader.glsl \ fshader.glsl -} else { - message(OpenGL support is not available.) } -- cgit v1.2.3