changeset 37 | 758a864f9613 |
parent 0 | 1918ee327afb |
36:ef0373b55136 | 37:758a864f9613 |
---|---|
18 addFiles.path = bin |
18 addFiles.path = bin |
19 DEPLOYMENT += addFiles |
19 DEPLOYMENT += addFiles |
20 } |
20 } |
21 |
21 |
22 symbian: { |
22 symbian: { |
23 libDep.sources = mylib.dll |
23 libDep.sources = tst_qpluginloaderlib.dll |
24 libDep.path = /sys/bin |
24 libDep.path = /sys/bin |
25 pluginDep.sources = theplugin.dll |
25 pluginDep.sources = theplugin.dll |
26 pluginDep.path = bin |
26 pluginDep.path = bin |
27 |
27 |
28 DEPLOYMENT += libDep pluginDep |
28 DEPLOYMENT += libDep pluginDep |