From d564d17c3e04760389a111b7c8e4e67b7f05c1fc Mon Sep 17 00:00:00 2001 From: Bernd Weimer Date: Mon, 22 Jul 2019 11:09:23 +0200 Subject: Fix build without qtremoteobjects module Change-Id: I5d584c198a9bb85be5619ba9cc8975b94c714c69 Reviewed-by: Dominik Holland --- src/helper/helper.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/helper/helper.pro b/src/helper/helper.pro index 70c844f..c530ac8 100644 --- a/src/helper/helper.pro +++ b/src/helper/helper.pro @@ -1,2 +1,3 @@ TEMPLATE = subdirs -SUBDIRS += remoteobjects +QT_FOR_CONFIG += ivicore ivicore-private +qtConfig(remoteobjects): SUBDIRS += remoteobjects -- cgit v1.2.3