Skip to content

Commit 45d549f

Browse files
author
Rainer Keller
committed
Add feature info
Change-Id: Ibc85618c0de0478a2fb2de45f19e2dc654109635 Reviewed-by: Laszlo Agocs <[email protected]>
1 parent 3804f0d commit 45d549f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include <sys/wait.h>
3737

3838
#define PID_FILE "/data/user/.appcontroller"
39+
#define FEATURES "perf eglresize"
3940

4041
#ifdef Q_OS_ANDROID
4142
#define B2QT_PREFIX "/data/user/b2qt"
@@ -374,7 +375,7 @@ int main(int argc, char **argv)
374375
} else if (arg == "--print-debug") {
375376
config.flags |= Config::PrintDebugMessages;
376377
} else if (arg == "--version") {
377-
printf("Appcontroller version: " GIT_VERSION "\nGit revision: " GIT_HASH "\n");
378+
printf("Appcontroller version: " GIT_VERSION "\nGit revision: " GIT_HASH "\nFeatures: " FEATURES "\n");
378379
return 0;
379380
} else if (arg == "--detach") {
380381
detach = true;

0 commit comments

Comments
 (0)