mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 04:00:44 +00:00
Changing BrokenGL2 build file flag to BrokenGL
This commit is contained in:
parent
8275312677
commit
5aebc3ade1
@ -12,12 +12,10 @@ greaterThan(QT_MAJOR_VERSION,4) {
|
|||||||
QT += webkit
|
QT += webkit
|
||||||
}
|
}
|
||||||
|
|
||||||
#Windows XP with older intel cards needs the following variable defined
|
#SleepyHead requires OpenGL 2.0 support to run smoothly
|
||||||
#It slows other platforms down way too much
|
#On platforms where it's not available, it can still be built to work
|
||||||
#DEFINES += BROKEN_OPENGL_BUILD
|
#provided the BrokenGL file resides in the SleepyHead source root directory
|
||||||
|
exists($$PWD/../BrokenGL) {
|
||||||
|
|
||||||
exists($$PWD/../BrokenGL2) {
|
|
||||||
DEFINES += BROKEN_OPENGL_BUILD
|
DEFINES += BROKEN_OPENGL_BUILD
|
||||||
message("Building with QWidget gGraphView")
|
message("Building with QWidget gGraphView")
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user