summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptextensionplugin/simpleplugin/simpleplugin.pro
blob: e184ca4ee5ee8b8d743fb42574baeb09cd2d6809 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = lib
CONFIG += plugin
SOURCES = simpleplugin.cpp
QT = core script
TARGET = simpleplugin
DESTDIR = ../plugins/script

symbian {
    TARGET.EPOCALLOWDLLDATA=1
}