mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 00:13:53 +02:00
Fixed MacOS error.
This commit is contained in:
parent
2b59180fef
commit
1d09f6efef
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ void TestRunner::parseBuildInformation() {
|
|||
QString platformOfInterest;
|
||||
#ifdef Q_OS_WIN
|
||||
platformOfInterest = "windows";
|
||||
#elif Q_OS_MAC
|
||||
#elif defined(Q_OS_MAC)
|
||||
platformOfInterest = "mac";
|
||||
#endif
|
||||
QDomElement element = domDocument.documentElement();
|
||||
|
|
Loading…
Reference in a new issue