aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@pelagicore.com>2019-07-22 11:09:23 +0200
committerBernd Weimer <bernd.weimer@pelagicore.com>2019-07-22 11:12:59 +0200
commitd564d17c3e04760389a111b7c8e4e67b7f05c1fc (patch)
tree9936e28f9654586a48b60135e0017e28017cca99
parentf43d3370cd25f74b4b240ba74e0b6e4bf36820cd (diff)
Fix build without qtremoteobjects module
Change-Id: I5d584c198a9bb85be5619ba9cc8975b94c714c69 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
-rw-r--r--src/helper/helper.pro3
1 files changed, 2 insertions, 1 deletions
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