mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:13:05 +02:00
Make fix precisely for Linux
This commit is contained in:
parent
0a9bebeefc
commit
c3225c2c76
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ int main(int argc, const char* argv[]) {
|
||||||
CrashReporter crashReporter { BUG_SPLAT_DATABASE, BUG_SPLAT_APPLICATION_NAME, BuildInfo::VERSION };
|
CrashReporter crashReporter { BUG_SPLAT_DATABASE, BUG_SPLAT_APPLICATION_NAME, BuildInfo::VERSION };
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef Q_OS_UNIX
|
#ifdef Q_OS_LINUX
|
||||||
QApplication::setAttribute(Qt::AA_DontUseNativeMenuBar);
|
QApplication::setAttribute(Qt::AA_DontUseNativeMenuBar);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue