mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Corrected error message.
This commit is contained in:
parent
d91bca54f0
commit
bee86235a3
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ void TestRunnerMobile::setWorkingFolderAndEnableControls() {
|
|||
|
||||
_adbCommand = adbExePath + "/" + _adbExe;
|
||||
} else {
|
||||
QMessageBox::critical(0, "PYTHON_PATH not defined",
|
||||
"Please set PYTHON_PATH to directory containing the Python executable");
|
||||
QMessageBox::critical(0, "ADB_PATH not defined",
|
||||
"Please set ADB_PATH to directory containing the `adb` executable");
|
||||
exit(-1);
|
||||
}
|
||||
#elif defined Q_OS_MAC
|
||||
|
|
Loading…
Reference in a new issue