summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qplugin/tst_qplugin.pro
blob: a569cfffb7105f85d06d7f40430c12e871349beb (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
TARGET = tst_qplugin
QT = core testlib
SOURCES = tst_qplugin.cpp

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