equal
deleted
inserted
replaced
14 wince*: { |
14 wince*: { |
15 addFiles.sources = ../*.dll ../*.dl2 ../mylib_noextension |
15 addFiles.sources = ../*.dll ../*.dl2 ../mylib_noextension |
16 addFiles.path = . |
16 addFiles.path = . |
17 DEPLOYMENT += addFiles |
17 DEPLOYMENT += addFiles |
18 DEFINES += SRCDIR=\\\"\\\" |
18 DEFINES += SRCDIR=\\\"\\\" |
19 }else:symbian* { |
19 }else:symbian { |
20 binDep.sources = \ |
20 binDep.sources = \ |
21 mylib.dll \ |
21 mylib.dll \ |
22 system.trolltech.test.mylib.dll |
22 system.trolltech.test.mylib.dll |
23 binDep.path = /sys/bin |
23 binDep.path = /sys/bin |
24 #mylib.dl2 nonstandard binary deployment will cause warning in emulator, |
24 #mylib.dl2 nonstandard binary deployment will cause warning in emulator, |