Skip to content

Commit f836672

Browse files
committedJul 15, 2015
[Android] main function needs to be visible
1 parent 7df1402 commit f836672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ void myMessageOutput( QtMsgType type, const char *msg )
372372
}
373373
}
374374

375-
int main( int argc, char *argv[] )
375+
APP_EXPORT int main( int argc, char *argv[] )
376376
{
377377
#ifdef Q_OS_MACX
378378
// Increase file resource limits (i.e., number of allowed open files)

0 commit comments

Comments
 (0)
Please sign in to comment.