summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2015-06-12 09:51:57 +0200
committerRainer Keller <rainer.keller@theqtcompany.com>2015-06-12 13:41:51 +0300
commit45d549fe274cd8f16578b2ff9a34af40fd9b98a9 (patch)
treec53f9b7bcf174ecd4f2e40c35943d9b95c56d0f1
parent3804f0dc00471a209bb5d85ba3816c09af877109 (diff)
Add feature info
Change-Id: Ibc85618c0de0478a2fb2de45f19e2dc654109635 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
-rw-r--r--main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 63341fe..f4c2233 100644
--- a/main.cpp
+++ b/main.cpp
@@ -36,6 +36,7 @@
#include <sys/wait.h>
#define PID_FILE "/data/user/.appcontroller"
+#define FEATURES "perf eglresize"
#ifdef Q_OS_ANDROID
#define B2QT_PREFIX "/data/user/b2qt"
@@ -374,7 +375,7 @@ int main(int argc, char **argv)
} else if (arg == "--print-debug") {
config.flags |= Config::PrintDebugMessages;
} else if (arg == "--version") {
- printf("Appcontroller version: " GIT_VERSION "\nGit revision: " GIT_HASH "\n");
+ printf("Appcontroller version: " GIT_VERSION "\nGit revision: " GIT_HASH "\nFeatures: " FEATURES "\n");
return 0;
} else if (arg == "--detach") {
detach = true;