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 \
|
simulation \
|
||||||
keba \
|
keba \
|
||||||
remotessh \
|
remotessh \
|
||||||
dweetio \
|
dweetio \
|
||||||
flowercare \
|
flowercare \
|
||||||
|
|
||||||
CONFIG+=all
|
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/;
|
for (entry, PLUGIN_DIRS):lrelease.commands += rsync -a $$PWD/$${entry}/translations/*.qm $$OUT_PWD/translations/;
|
||||||
QMAKE_EXTRA_TARGETS += lrelease
|
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
|
# Verify if building only a selection of plugins
|
||||||
contains(CONFIG, selection) {
|
contains(CONFIG, selection) {
|
||||||
CONFIG-=all
|
CONFIG-=all
|
||||||
|
|||||||
Reference in New Issue
Block a user