xbus modifies library search path in order for QtDBus to find libdbus

refs #615
This commit is contained in:
Roland Winklmeier
2016-04-23 22:53:14 +02:00
parent d4248d2661
commit 21fe8d46ea
5 changed files with 75 additions and 20 deletions

View File

@@ -167,4 +167,16 @@ public:
}
};
namespace XBus
{
//! Absolute xplane path
extern QString g_xplanePath;
//! Platform specific dir separator
extern QString g_sep;
//! Init global xplane path
void initXPlanePath();
}
#endif // guard