We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e5544 commit 52fe2deCopy full SHA for 52fe2de
src/app/main.cpp
@@ -606,7 +606,7 @@ int main( int argc, char *argv[] )
606
// Initialise the application and the translation stuff
607
/////////////////////////////////////////////////////////////////////
608
609
-#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
+#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC) && !defined(ANDROID)
610
bool myUseGuiFlag = getenv( "DISPLAY" ) != 0;
611
#else
612
bool myUseGuiFlag = true;
0 commit comments