qt5base-lts/examples/widgets/tools/echoplugin/plugin/plugin.pro

18 lines
374 B
Prolog
Raw Normal View History

#! [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