mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
xbus modifies library search path in order for QtDBus to find libdbus
refs #615
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user