Except I left a ; off a debug line

This commit is contained in:
Mark Watkins 2014-05-17 00:39:07 +10:00
parent b5bf202f45
commit 00496f8672
2 changed files with 2 additions and 2 deletions

View File

@ -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"));

View File

@ -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 {