mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-21 23:35:12 +03:00
removed PrefixPath debug line
This commit is contained in:
parent
71530f253d
commit
0fba4a638d
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ void registerSimulators()
|
||||||
#if defined(__APPLE__) || !( (!defined __GNUC__) || (defined __CYGWIN__) )
|
#if defined(__APPLE__) || !( (!defined __GNUC__) || (defined __CYGWIN__) )
|
||||||
if (!simulatorsFound) {
|
if (!simulatorsFound) {
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
qDebug() << "QLibraryInfo::PrefixPath: " << QLibraryInfo::location(QLibraryInfo::PrefixPath);
|
|
||||||
dir = QLibraryInfo::location(QLibraryInfo::PrefixPath) + "/Resources";
|
dir = QLibraryInfo::location(QLibraryInfo::PrefixPath) + "/Resources";
|
||||||
#else
|
#else
|
||||||
dir = SIMULATOR_LIB_SEARCH_PATH;
|
dir = SIMULATOR_LIB_SEARCH_PATH;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue