aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/qmltypememory/TestPlugin/plugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qmltypememory/TestPlugin/plugin.pro')
-rw-r--r--tests/manual/qmltypememory/TestPlugin/plugin.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/manual/qmltypememory/TestPlugin/plugin.pro b/tests/manual/qmltypememory/TestPlugin/plugin.pro
new file mode 100644
index 0000000000..7575442800
--- /dev/null
+++ b/tests/manual/qmltypememory/TestPlugin/plugin.pro
@@ -0,0 +1,7 @@
+TEMPLATE = lib
+CONFIG += plugin
+QT += qml
+
+TARGET = testplugin
+
+SOURCES += plugin.cpp