Commit b87b74fb authored by Frederik Gladhorn's avatar Frederik Gladhorn
Browse files

Merge remote-tracking branch 'origin/stable' into dev

Conflicts:
	.qmake.conf

Change-Id: Ib695c2e2c8629e1947c24ba6510ecb4194b949dc
parents f84ba2e7 b742f21e
No related merge requests found
Showing with 2 additions and 0 deletions
...@@ -46,8 +46,10 @@ int main(int, char **) ...@@ -46,8 +46,10 @@ int main(int, char **)
mng_handle hMNG; mng_handle hMNG;
mng_cleanup(&hMNG); mng_cleanup(&hMNG);
#if defined(MNG_VERSION_MAJOR)
#if MNG_VERSION_MAJOR < 1 || (MNG_VERSION_MAJOR == 1 && MNG_VERSION_MINOR == 0 && MNG_VERSION_RELEASE < 9) #if MNG_VERSION_MAJOR < 1 || (MNG_VERSION_MAJOR == 1 && MNG_VERSION_MINOR == 0 && MNG_VERSION_RELEASE < 9)
#error System libmng version is less than 1.0.9; using built-in version instead. #error System libmng version is less than 1.0.9; using built-in version instead.
#endif
#endif #endif
return 0; return 0;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment