Files
peony/plugin/plugin.pro
Yue-Lan a0d56c4446 modify the .pro file. rename libpeony-qt-core.pro's target to libpeony-qt.
add item/model/proxy model to libpeony-qt's API (aslo a part of libpeony-qt).
2019-08-03 17:06:53 +08:00

20 lines
450 B
Prolog

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
CONFIG += install_ok # Do not cargo-cult this!
DISTFILES +=