summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qplugin/tst_qplugin.pro
blob: 3629fb36a17aa027233fdf8f77c7af5d22547363 (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.files = plugins/*
   plugins.path = plugins
   DEPLOYMENT += plugins
}

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