From 16fe6a2b5297d5ff6bc298ae2c518ae8ff3e85db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 9 Feb 2018 13:09:52 +0100 Subject: [PATCH] Fix deprecated eventTypeName and make json files visible to the Qt Creator --- plugins.pri | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins.pri b/plugins.pri index 1eacbb4..06d5c8a 100644 --- a/plugins.pri +++ b/plugins.pri @@ -18,6 +18,9 @@ snappy{ INCLUDEPATH+=$$(SNAPCRAFT_STAGE)/usr/include/guh } +# Make the device plugin json file visible in the Qt Creator +OTHER_FILES+=$$PWD/$${TARGET}/deviceplugin"$$TARGET".json + # Create plugininfo file plugininfo.commands = guh-generateplugininfo --filetype i --jsonfile $$PWD/$${TARGET}/deviceplugin"$$TARGET".json --output plugininfo.h --builddir $$OUT_PWD; \ guh-generateplugininfo --filetype e --jsonfile $$PWD/$${TARGET}/deviceplugin"$$TARGET".json --output extern-plugininfo.h --builddir $$OUT_PWD;