780d21e129
Change-Id: Ib34795f10b1d7120b28958127ced049af3b4f72b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
19 lines
443 B
Prolog
19 lines
443 B
Prolog
#! [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]/widgets/tools/echoplugin/plugins
|
|
INSTALLS += target
|
|
|
|
CONFIG += install_ok # Do not cargo-cult this!
|