Skip to content

Commit 0ee5117

Browse files
committed
Add missing files
1 parent 1054461 commit 0ee5117

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
defineTest(links) {
2+
LIBS *= -L$$GLOBAL_DESTDIR
3+
LIBS *= -L$$DESTDIR
4+
PROJECTS = $$1
5+
6+
for(PROJECT, PROJECTS) {
7+
contains(PROJECT, .*QsLog.*) {
8+
LIBS += -ltrikQsLog$$CONFIGURATION_SUFFIX
9+
} else {
10+
LIBS += -l$$PROJECT$$CONFIGURATION_SUFFIX
11+
}
12+
}
13+
export(LIBS)
14+
}

0 commit comments

Comments
 (0)