qt: fix build with qmake
authorTim-Philipp Müller <tim@centricular.com>
Thu, 7 Sep 2017 08:39:13 +0000 (09:39 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 7 Sep 2017 08:39:13 +0000 (09:39 +0100)
commitbe7ebefd27730e2458b211d0d2e7aad4eed35c23
treea16f084ed6007db4c1afb343632789ee289db849
parent346474c25db324bb3c6931cdc881750dab10b22e
qt: fix build with qmake

Move the package defines for GST_PLUGIN_DEFINE from the
command line into the source file to avoid quoting issues
(-DPACKAGE_NAME="foo" means the quotes won't actually make
it to the compiler and then it no longer gets a string constant).
ext/qt/gstplugin.cc
ext/qt/qtplugin.pro