Change build setup and name. #105

Merged
Swordfish90 merged 6 commits from improvedbuild into master 2014-09-04 01:01:56 +02:00
Showing only changes of commit 7687ccf3e8 - Show all commits

View File

@ -49,8 +49,8 @@ void KonsoleKterminalPlugin::initializeEngine(QQmlEngine *engine, const char *ur
if (QDir(cs).exists()) break;
}
setenv("KB_LAYOUT_DIR",kbl.toLatin1().constData(),1);
setenv("COLORSCHEMES_DIR",cs.toLatin1().constData(),1);
setenv("KB_LAYOUT_DIR",kbl.toUtf8().constData(),1);
setenv("COLORSCHEMES_DIR",cs.toUtf8().constData(),1);
}
}