summaryrefslogtreecommitdiffstats
path: root/tests/auto/qplugin/tst_qplugin.pro
blob: 0d9d80913262a64e89c22dc0889cbc415ab323ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load(qttest_p4)

SOURCES = tst_qplugin.cpp
QT = core

wince*: {
   plugins.sources = plugins/*
   plugins.path = plugins
   DEPLOYMENT += plugins
}

symbian: {
    rpDep.sources = releaseplugin.dll debugplugin.dll
    rpDep.path = plugins
    DEPLOYMENT += rpDep dpDep
}