summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@theqtcompany.com>2015-09-11 14:11:50 +0300
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-09-11 14:39:46 +0300
commitfa38f6603fdd6e4943b08cfe067978e319793960 (patch)
treeddb34b2747c3b4e25c36fd68a9cd5d8ff74e8854
parentccc5a0357c9b046ea89b63b221d96f85bd0bcd00 (diff)
Correct file description, and product name
Helps extending RTA checks for Windows Change-Id: I3b03124e8739dfca20776284d548cf2a72437925 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
-rw-r--r--src/plugins/scenegraph/softwarecontext/softwarecontext.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/softwarecontext.pro b/src/plugins/scenegraph/softwarecontext/softwarecontext.pro
index 502a0eb..cc0acfe 100644
--- a/src/plugins/scenegraph/softwarecontext/softwarecontext.pro
+++ b/src/plugins/scenegraph/softwarecontext/softwarecontext.pro
@@ -6,6 +6,9 @@ PLUGIN_TYPE = scenegraph
PLUGIN_CLASS_NAME = ContextPlugin
load(qt_plugin)
+QMAKE_TARGET_PRODUCT = "Qt Quick 2D Renderer (Qt $$QT_VERSION)"
+QMAKE_TARGET_DESCRIPTION = "Quick 2D Renderer for Qt."
+
SOURCES += \
context.cpp \
pluginmain.cpp \