0
|
1 |
load(qttest_p4)
|
|
2 |
|
|
3 |
SOURCES = tst_qplugin.cpp
|
|
4 |
QT = core
|
|
5 |
|
|
6 |
wince*: {
|
|
7 |
plugins.sources = plugins/*
|
|
8 |
plugins.path = plugins
|
|
9 |
DEPLOYMENT += plugins
|
|
10 |
}
|
|
11 |
|
|
12 |
symbian: {
|
|
13 |
rpDep.sources = releaseplugin.dll debugplugin.dll
|
|
14 |
rpDep.path = plugins
|
|
15 |
DEPLOYMENT += rpDep dpDep
|
|
16 |
}
|