Commit edc76ed0 authored by Robin Burchell's avatar Robin Burchell Committed by The Qt Project
Browse files

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: default avatarAndy Nichols <andy.nichols@digia.com>
No related merge requests found
Showing with 3 additions and 3 deletions
......@@ -3,5 +3,5 @@ SOURCES += main.cpp
CONFIG += link_pkgconfig
PKGCONFIG += \
libresourceqt1
libresourceqt5
......@@ -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
......
......@@ -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) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment