summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qplugin/tst_qplugin.pro
blob: 527c26a60d6fbd1ec7177ed8f7341446963c13e2 (plain)
1
2
3
4
5
6
7
8
9
10
load(qttest_p4)

SOURCES = tst_qplugin.cpp
QT = core

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