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

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