mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
Change OSX DDE program path per build system requirements
This commit is contained in:
parent
ce104e8c40
commit
2c4f049851
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
static const QString DDE_PROGRAM_PATH = QCoreApplication::applicationDirPath() + "/dde/dde.exe";
|
||||
static const QString DDE_ARGUMENTS = "--udp=127.0.0.1:64204 --receiver=64205 --headless";
|
||||
#elif defined(Q_OS_MAC)
|
||||
static const QString DDE_PROGRAM_PATH = QCoreApplication::applicationDirPath() + "/dde/dde";
|
||||
static const QString DDE_PROGRAM_PATH = QCoreApplication::applicationDirPath() + "/dde.app/Contents/MacOS/dde";
|
||||
static const QString DDE_ARGUMENTS = "--udp=127.0.0.1:64204 --receiver=64205 --headless";
|
||||
#endif
|
||||
static const QHostAddress DDE_SERVER_ADDR("127.0.0.1");
|
||||
|
|
Loading…
Reference in a new issue