diff options
author | Robin Burchell <robin.burchell@jollamobile.com> | 2013-08-03 00:37:43 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-08-05 17:21:43 +0200 |
commit | edc76ed07104d5eb54c83abd845178bc9b1cfb1d (patch) | |
tree | 6883ca0d995cb61adb023ba4a7e9e8a72fad441e /src/gsttools/gsttools.pro | |
parent | 2838a99c5abc78cb6ff1b4d4c5872ea4ddd5147e (diff) | |
download | qtmultimedia-edc76ed07104d5eb54c83abd845178bc9b1cfb1d.tar.gz |
Change libresourceqt's .pc file.
The one public port of this library to Qt 5 changed the .pc to libresourceqt5,
to avoid clashing with the Qt 4 version.
Change-Id: I6a248606e20c4e7a8f432612ca00aded846264d9
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'src/gsttools/gsttools.pro')
-rw-r--r-- | src/gsttools/gsttools.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsttools/gsttools.pro b/src/gsttools/gsttools.pro index 9d1f7c8f0..d3025797b 100644 --- a/src/gsttools/gsttools.pro +++ b/src/gsttools/gsttools.pro @@ -26,7 +26,7 @@ maemo*:PKGCONFIG +=gstreamer-plugins-bad-0.10 config_resourcepolicy { DEFINES += HAVE_RESOURCE_POLICY - PKGCONFIG += libresourceqt1 + PKGCONFIG += libresourceqt5 } # Header files must go inside source directory of a module |