We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3722d92 commit a5f902fCopy full SHA for a5f902f
plugins/robots/thirdparty/trikRuntime/trikRuntime.pro
@@ -29,16 +29,16 @@ SUBDIRS += \
29
# translations \
30
31
EXTERNAL_SETTINGS = $$PWD/trikRuntimeExternal.pri
32
-cache(EXTERNAL_SETTINGS, set stash super)
33
34
trikRuntime_use_local_qslog {
35
SUBDIRS += trikRuntimeQsLog
36
trikRuntimeQsLog.file = $$PWD/trikRuntime/qslog/QsLogSharedLibrary.pro
37
EXTERNAL_SETTINGS =
38
- cache(EXTERNAL_SETTINGS, set stash super)
39
trikKernel.depends = trikRuntimeQsLog
40
}
41
+cache(EXTERNAL_SETTINGS, set stash super)
+
42
tests {
43
SUBDIRS *= tests
44
tests.depends = trikScriptRunner trikCommunicator trikKernel
0 commit comments