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