forked from qt-creator/qt-creator
$IDETESTDIR => $QTCREATOR_TEST_DIR
i really don't detest dirs ... :D
This commit is contained in:
@@ -454,7 +454,7 @@ bool PluginManager::runningTests() const
|
|||||||
*/
|
*/
|
||||||
QString PluginManager::testDataDirectory() const
|
QString PluginManager::testDataDirectory() const
|
||||||
{
|
{
|
||||||
QByteArray ba = qgetenv("IDETESTDIR");
|
QByteArray ba = qgetenv("QTCREATOR_TEST_DIR");
|
||||||
QString s = QString::fromLocal8Bit(ba.constData(), ba.size());
|
QString s = QString::fromLocal8Bit(ba.constData(), ba.size());
|
||||||
if (s.isEmpty()) {
|
if (s.isEmpty()) {
|
||||||
s = IDE_TEST_DIR;
|
s = IDE_TEST_DIR;
|
||||||
|
|||||||
Reference in New Issue
Block a user