diff options
| author | Corentin Noël <corentin@elementary.io> | 2017-10-03 20:26:16 +0200 |
|---|---|---|
| committer | Corentin Noël <corentin@elementary.io> | 2017-10-03 20:26:16 +0200 |
| commit | 1320a98a33e4e9f188e5daa143316b24d0dce819 (patch) | |
| tree | 82ea281b163115277e1c9524283b0d371b6c21ac /test cases/frameworks/4 qt/plugin/plugin.cpp | |
| parent | f13887b64a9d535682668960493158ae15bfbb2d (diff) | |
| parent | 0c3d58baba4a61558ed9b4905f26155a3e95cf6c (diff) | |
| download | meson-1320a98a33e4e9f188e5daa143316b24d0dce819.tar.gz | |
Merge github.com:mesonbuild/meson into vala-target-dirs
Diffstat (limited to 'test cases/frameworks/4 qt/plugin/plugin.cpp')
| -rw-r--r-- | test cases/frameworks/4 qt/plugin/plugin.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
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 <QFile> + +QString plugin1::getResource() +{ + return "hello world"; +} |
