summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/echoplugin/plugin/plugin.pro
blob: 235358d52ceee02843570f25cddc1f77539014bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! [0]
TEMPLATE        = lib
CONFIG         += plugin
QT             += widgets
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