diff --git a/nymea-plugins.pro b/nymea-plugins.pro index bd9fb34..6c5b071 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -36,7 +36,7 @@ PLUGIN_DIRS = \ simulation \ keba \ remotessh \ - dweetio \ + dweetio \ flowercare \ CONFIG+=all @@ -61,6 +61,10 @@ for (entry, PLUGIN_DIRS):lrelease.commands += lrelease $$files($$PWD/$${entry}/t for (entry, PLUGIN_DIRS):lrelease.commands += rsync -a $$PWD/$${entry}/translations/*.qm $$OUT_PWD/translations/; QMAKE_EXTRA_TARGETS += lrelease +# For Qt-Creator's code model: Add CPATH to INCLUDEPATH explicitly +INCLUDEPATH += $$(CPATH) +message(" cpath is $$(CPATH)") + # Verify if building only a selection of plugins contains(CONFIG, selection) { CONFIG-=all