Files
peony/plugin/plugin.pro

20 lines
450 B
Prolog
Raw Permalink Normal View History

2019-06-21 15:21:09 +08:00
TEMPLATE = lib
CONFIG += plugin
QT += widgets
INCLUDEPATH += ../plugin-iface
HEADERS = menuplugin.h \
menu-iface.h
SOURCES = menuplugin.cpp
TARGET = $$qtLibraryTarget(menutest1)
DESTDIR = ../testdir
EXAMPLE_FILES = menuplugintest1.json
# install
#target.path = ../testdir
#INSTALLS += target
2019-06-21 15:21:09 +08:00
CONFIG += install_ok # Do not cargo-cult this!
DISTFILES +=