update all plugins accordng to same named branch in core

This commit is contained in:
Michael Zanetti 2018-10-08 18:36:47 +02:00
parent 6d8a39a72e
commit d57521cc7b

View File

@ -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