summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/echoplugin/plugin/plugin.pro
blob: a586130b76ac2c93773db788433a290c6b661bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! [0]
TEMPLATE        = lib
CONFIG         += plugin
INCLUDEPATH    += ../echowindow
HEADERS         = echoplugin.h
SOURCES         = echoplugin.cpp
TARGET          = $$qtLibraryTarget(echoplugin)
DESTDIR         = ../plugins
#! [0]

EXAMPLE_FILES = echoplugin.json

# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin/plugin
INSTALLS += target

QT += widgets