summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpluginloader/theplugin/theplugin.pro
blob: d8d87b08c1eb5cea1614361241c98f5ab78839f2 (plain)
1
2
3
4
5
6
7
TEMPLATE      = lib
CONFIG       += plugin
HEADERS       = theplugin.h
SOURCES       = theplugin.cpp
TARGET        = $$qtLibraryTarget(theplugin)
DESTDIR       = ../bin