Change libresourceqt's .pc file.
authorRobin Burchell <robin.burchell@jollamobile.com>
Fri, 2 Aug 2013 22:37:43 +0000 (00:37 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 5 Aug 2013 15:21:43 +0000 (17:21 +0200)
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>
config.tests/resourcepolicy/resourcepolicy.pro
src/gsttools/gsttools.pro
src/plugins/gstreamer/common.pri

index 9dddaa9..7627d48 100644 (file)
@@ -3,5 +3,5 @@ SOURCES += main.cpp
 CONFIG += link_pkgconfig
 
 PKGCONFIG += \
-    libresourceqt1
+    libresourceqt5
 
index 9d1f7c8..d302579 100644 (file)
@@ -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
index 9108657..4349a8a 100644 (file)
@@ -23,7 +23,7 @@ maemo*:PKGCONFIG +=gstreamer-plugins-bad-0.10
 
 config_resourcepolicy {
     DEFINES += HAVE_RESOURCE_POLICY
-    PKGCONFIG += libresourceqt1
+    PKGCONFIG += libresourceqt5
 }
 
 config_xvideo:qtHaveModule(widgets) {