mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-19 04:00:45 +00:00
Except I left a ; off a debug line
This commit is contained in:
parent
b5bf202f45
commit
00496f8672
@ -310,7 +310,7 @@ void MainWindow::Startup()
|
|||||||
"on" << __DATE__ << __TIME__;
|
"on" << __DATE__ << __TIME__;
|
||||||
|
|
||||||
#ifdef BROKEN_OPENGL_BUILD
|
#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
|
#endif
|
||||||
|
|
||||||
qstatus->setText(tr("Loading Data"));
|
qstatus->setText(tr("Loading Data"));
|
||||||
|
@ -15,7 +15,7 @@ greaterThan(QT_MAJOR_VERSION,4) {
|
|||||||
|
|
||||||
#Windows XP with older intel cards needs the following variable defined
|
#Windows XP with older intel cards needs the following variable defined
|
||||||
#It slows other platforms down way too much
|
#It slows other platforms down way too much
|
||||||
#DEFINES += BROKEN_OPENGL_BUILD
|
DEFINES += BROKEN_OPENGL_BUILD
|
||||||
contains(DEFINES, BROKEN_OPENGL_BUILD) {
|
contains(DEFINES, BROKEN_OPENGL_BUILD) {
|
||||||
message("Building with QWidget gGraphView")
|
message("Building with QWidget gGraphView")
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user