mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: ReleaseDebug configuration not used anymore
This commit is contained in:
parent
8e54d7b25b
commit
3ac60ba7d8
1 changed files with 0 additions and 2 deletions
|
@ -147,8 +147,6 @@ void CClientConfigDialog::onClickPlay()
|
||||||
|
|
||||||
#ifdef Q_OS_WIN32
|
#ifdef Q_OS_WIN32
|
||||||
started = QProcess::startDetached( "ryzom_client_r.exe" );
|
started = QProcess::startDetached( "ryzom_client_r.exe" );
|
||||||
if( !started )
|
|
||||||
QProcess::startDetached( "ryzom_client_rd.exe" );
|
|
||||||
if( !started )
|
if( !started )
|
||||||
QProcess::startDetached( "ryzom_client_d.exe" );
|
QProcess::startDetached( "ryzom_client_d.exe" );
|
||||||
#elif defined(Q_OS_MAC)
|
#elif defined(Q_OS_MAC)
|
||||||
|
|
Loading…
Reference in a new issue