From 294d684d83a7105c44ba3d1298850e21d4505052 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 16 Mar 2015 14:21:23 +0100 Subject: Suppress registration of the server examples in CI builds. It does not make sense to register the server examples on the CI since the registration step is slow and bound to fail if for example the QPA plugin fails to load in headless environments. Detect the CI environment by checking on the environment variable JENKINS_HOME and turn off the axserver post link step accordingly. Change-Id: I59e8170f071504ee2b141b8a38b594d5bac734c6 Reviewed-by: Andy Shaw --- examples/activeqt/comapp/comapp.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/activeqt/comapp') diff --git a/examples/activeqt/comapp/comapp.pro b/examples/activeqt/comapp/comapp.pro index 271241b..c706759 100644 --- a/examples/activeqt/comapp/comapp.pro +++ b/examples/activeqt/comapp/comapp.pro @@ -1,3 +1,5 @@ +include(../shared.pri) + TEMPLATE = app QT += axserver -- cgit v1.2.1