update all plugins accordng to same named branch in core
This commit is contained in:
parent
6d8a39a72e
commit
d57521cc7b
@ -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
|
||||
|
||||
Reference in New Issue
Block a user