Fixed: ReleaseDebug configuration not used anymore

This commit is contained in:
kervala 2016-01-28 13:26:45 +01:00
parent 8e54d7b25b
commit 3ac60ba7d8

View file

@ -147,8 +147,6 @@ void CClientConfigDialog::onClickPlay()
#ifdef Q_OS_WIN32
started = QProcess::startDetached( "ryzom_client_r.exe" );
if( !started )
QProcess::startDetached( "ryzom_client_rd.exe" );
if( !started )
QProcess::startDetached( "ryzom_client_d.exe" );
#elif defined(Q_OS_MAC)