Changeset 2985
- Timestamp:
- 04/28/06 09:26:36 (3 years ago)
- Files:
-
- hydranode/hngui/main.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hngui/main.cpp
r2976 r2985 390 390 QStringList args; 391 391 args << "--disable-status" << "-l cgcomm,hnsh,http,ed2k,bt"; 392 args << "-- transform-colors=false" << "--disable-colors=true";392 args << "--disable-colors=true"; 393 393 #ifdef Q_OS_WIN32 394 args << "--transform-colors=false"; 394 395 args << "--module-dir=engine\\plugins"; 395 396 #else … … 398 399 m_cmdLine = m_core->workingDirectory() + "/hydranode-core "; 399 400 m_cmdLine += args.join(" "); 401 #ifdef Q_OS_WIN32 400 402 m_core->start("hydranode-core", args); 403 #else 404 m_core->start("./hydranode-core", args); 405 #endif 406 401 407 if (m_core->state() == QProcess::Starting) { 402 408 m_core->waitForStarted(1000);
