Skip to content

Commit a5f902f

Browse files
committed
Improve code
1 parent 3722d92 commit a5f902f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/robots/thirdparty/trikRuntime/trikRuntime.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ SUBDIRS += \
2929
# translations \
3030

3131
EXTERNAL_SETTINGS = $$PWD/trikRuntimeExternal.pri
32-
cache(EXTERNAL_SETTINGS, set stash super)
3332

3433
trikRuntime_use_local_qslog {
3534
SUBDIRS += trikRuntimeQsLog
3635
trikRuntimeQsLog.file = $$PWD/trikRuntime/qslog/QsLogSharedLibrary.pro
3736
EXTERNAL_SETTINGS =
38-
cache(EXTERNAL_SETTINGS, set stash super)
3937
trikKernel.depends = trikRuntimeQsLog
4038
}
4139

40+
cache(EXTERNAL_SETTINGS, set stash super)
41+
4242
tests {
4343
SUBDIRS *= tests
4444
tests.depends = trikScriptRunner trikCommunicator trikKernel

0 commit comments

Comments
 (0)