From 00496f86724c4ad80a97ff745809380e849e9525 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sat, 17 May 2014 00:39:07 +1000 Subject: [PATCH] Except I left a ; off a debug line --- sleepyhead/mainwindow.cpp | 2 +- sleepyhead/sleepyhead.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sleepyhead/mainwindow.cpp b/sleepyhead/mainwindow.cpp index 47cd349d..abf30210 100644 --- a/sleepyhead/mainwindow.cpp +++ b/sleepyhead/mainwindow.cpp @@ -310,7 +310,7 @@ void MainWindow::Startup() "on" << __DATE__ << __TIME__; #ifdef BROKEN_OPENGL_BUILD - qDebug() << "This build has been created especially for computers with older graphics hardware.\n" + qDebug() << "This build has been created especially for computers with older graphics hardware.\n"; #endif qstatus->setText(tr("Loading Data")); diff --git a/sleepyhead/sleepyhead.pro b/sleepyhead/sleepyhead.pro index 316d0645..72738d4e 100644 --- a/sleepyhead/sleepyhead.pro +++ b/sleepyhead/sleepyhead.pro @@ -15,7 +15,7 @@ greaterThan(QT_MAJOR_VERSION,4) { #Windows XP with older intel cards needs the following variable defined #It slows other platforms down way too much -#DEFINES += BROKEN_OPENGL_BUILD +DEFINES += BROKEN_OPENGL_BUILD contains(DEFINES, BROKEN_OPENGL_BUILD) { message("Building with QWidget gGraphView") } else {