summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptextensionplugin/staticplugin/staticplugin.pro
blob: 51b0a3bcd26fef878f84d79261c7db97a5a5829b (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = lib
CONFIG += static plugin
CONFIG -= create_prl    # not needed, and complicates debug/release
SOURCES = staticplugin.cpp
RESOURCES = staticplugin.qrc
QT = core script
DEFINES += QT_STATICPLUGIN
TARGET = staticplugin
DESTDIR = ../plugins/script