summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpluginloader/theplugin/theplugin.pro
blob: 35b24ca292a346bf939bc8eb7cfe3207c29b92fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE      = lib
CONFIG       += plugin
HEADERS       = theplugin.h
SOURCES       = theplugin.cpp
# Use a predictable name for the plugin, no debug extension. Just like most apps do.
#TARGET        = $$qtLibraryTarget(theplugin)
TARGET        = theplugin

DESTDIR       = ../bin

symbian: {
    TARGET.EPOCALLOWDLLDATA=1
    TARGET.CAPABILITY=ALL -TCB
}