Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
quickforandroidtest_p.h File Reference

(249e7f768fb7b4e11c90d2ece022738dd1d36b02)

#include <QtQuickTest/quicktest.h>
#include <QtCore/qfile.h>
Include dependency graph for quickforandroidtest_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define QUICK_FOR_ANDROID_TEST_MAIN(name)

Functions

QT_BEGIN_NAMESPACE Q_QMLTEST_EXPORT int quick_for_android_test_main (int argc, char **argv, const char *name)

Macro Definition Documentation

◆ QUICK_FOR_ANDROID_TEST_MAIN

#define QUICK_FOR_ANDROID_TEST_MAIN ( name)
Value:
int main(int argc, char **argv) \
{ \
QTEST_SET_MAIN_SOURCE_PATH \
return quick_for_android_test_main(argc, argv, #name); \
}
int main()
[open]
EGLImageKHR EGLint * name
QT_BEGIN_NAMESPACE int quick_for_android_test_main(int argc, char **argv, const char *name)

Definition at line 26 of file quickforandroidtest_p.h.

Function Documentation

◆ quick_for_android_test_main()

QT_BEGIN_NAMESPACE Q_QMLTEST_EXPORT int quick_for_android_test_main ( int argc,
char ** argv,
const char * name )

Definition at line 35 of file quickforandroidtest.cpp.

References clearAndroidExitCode(), and writeAndroidExitCode().

Here is the call graph for this function: