summaryrefslogtreecommitdiffstats
path: root/tests/auto/qplugin/tst_qplugin.pro
blob: 779d4326eb85bf864ba4c6abbbf7f25749d185ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += testcase

TARGET = tst_qplugin
QT = core testlib
SOURCES = tst_qplugin.cpp

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

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