From 78b384662f484e946a6a17c96e6c309df0c039da Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 19 May 2016 23:54:42 +0800 Subject: Added a sample plugin as a template. Implemented scanPlugin for Windows. --- sample-plugin/sample-plugin.pro | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sample-plugin/sample-plugin.pro (limited to 'sample-plugin/sample-plugin.pro') diff --git a/sample-plugin/sample-plugin.pro b/sample-plugin/sample-plugin.pro new file mode 100644 index 0000000..5ee7c48 --- /dev/null +++ b/sample-plugin/sample-plugin.pro @@ -0,0 +1,23 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2016-05-19T09:25:32 +# +#------------------------------------------------- + +QT -= core gui + +CONFIG += c++11 + +TARGET = sample-plugin +TEMPLATE = lib + +DEFINES += SAMPLEPLUGIN_LIBRARY + +SOURCES += sampleplugin.cpp + +HEADERS += sampleplugin.hpp + +unix { + target.path = /usr/lib + INSTALLS += target +} -- cgit v1.2.3