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 3804f0d commit 45d549fCopy full SHA for 45d549f
main.cpp
@@ -36,6 +36,7 @@
36
#include <sys/wait.h>
37
38
#define PID_FILE "/data/user/.appcontroller"
39
+#define FEATURES "perf eglresize"
40
41
#ifdef Q_OS_ANDROID
42
#define B2QT_PREFIX "/data/user/b2qt"
@@ -374,7 +375,7 @@ int main(int argc, char **argv)
374
375
} else if (arg == "--print-debug") {
376
config.flags |= Config::PrintDebugMessages;
377
} else if (arg == "--version") {
- printf("Appcontroller version: " GIT_VERSION "\nGit revision: " GIT_HASH "\n");
378
+ printf("Appcontroller version: " GIT_VERSION "\nGit revision: " GIT_HASH "\nFeatures: " FEATURES "\n");
379
return 0;
380
} else if (arg == "--detach") {
381
detach = true;
0 commit comments