mirror of https://gitee.com/openkylin/peony.git
20 lines
450 B
Prolog
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 +=
|