From a9258923fac2ab145a94f7c72cc5c0127d50bfe2 Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Sun, 1 Oct 2017 16:18:31 +0200 Subject: Added include directory argument for Qt's Moc which is needed to build plugins. Signed-off-by: Alexis Jeandet --- test cases/frameworks/4 qt/plugin/plugin.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test cases/frameworks/4 qt/plugin/plugin.cpp (limited to 'test cases/frameworks/4 qt/plugin/plugin.cpp') diff --git a/test cases/frameworks/4 qt/plugin/plugin.cpp b/test cases/frameworks/4 qt/plugin/plugin.cpp new file mode 100644 index 000000000..eeae98db7 --- /dev/null +++ b/test cases/frameworks/4 qt/plugin/plugin.cpp @@ -0,0 +1,7 @@ +#include "plugin.h" +#include + +QString plugin1::getResource() +{ + return "hello world"; +} -- cgit v1.2.3