mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Fix disabling dark mode on macOS Mojave
This commit is contained in:
parent
6b7fe4c8f2
commit
d2eccabbc7
@ -10,7 +10,3 @@ TEMPLATE = subdirs
|
|||||||
SUBDIRS += oscar
|
SUBDIRS += oscar
|
||||||
|
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
|
|
||||||
macx: {
|
|
||||||
QMAKE_INFO_PLIST = Building/MacOS/Info.plist.in
|
|
||||||
}
|
|
||||||
|
@ -457,3 +457,7 @@ test {
|
|||||||
tests/sessiontests.h
|
tests/sessiontests.h
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# On macOS put a custom Info.plist into the bundle that disables dark mode on Mojave
|
||||||
|
macx {
|
||||||
|
QMAKE_INFO_PLIST = "../Building/MacOS/Info.plist.in"
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user