Rex Dieter d153377
diff -up qt-mobility-opensource-src-1.2.2/features/deploy.pri.pkgconfig qt-mobility-opensource-src-1.2.2/features/deploy.pri
Rex Dieter d153377
--- qt-mobility-opensource-src-1.2.2/features/deploy.pri.pkgconfig	2012-02-23 07:43:48.000000000 -0600
Rex Dieter d153377
+++ qt-mobility-opensource-src-1.2.2/features/deploy.pri	2014-04-28 07:08:10.030082137 -0500
Rex Dieter d153377
@@ -4,13 +4,14 @@ headers.path = $$QT_MOBILITY_INCLUDE/$$T
Rex Dieter d153377
 contains(TEMPLATE,.*lib) {
Rex Dieter d153377
     target.path=$$QT_MOBILITY_LIB
Rex Dieter d153377
 
Rex Dieter d153377
-    maemo5|maemo6|meego {
Rex Dieter d153377
+    linux-*|maemo5|maemo6|meego {
Rex Dieter d153377
         CONFIG += create_pc create_prl
Rex Dieter d153377
         QMAKE_PKGCONFIG_NAME = lib$$TARGET
Rex Dieter d153377
         QMAKE_PKGCONFIG_DESTDIR = pkgconfig
Rex Dieter d153377
         QMAKE_PKGCONFIG_LIBDIR = $$target.path
Rex Dieter d153377
         QMAKE_PKGCONFIG_INCDIR = $$headers.path
Rex Dieter d153377
         QMAKE_PKGCONFIG_CFLAGS = -I$${QT_MOBILITY_INCLUDE}/QtMobility
Rex Dieter d153377
+        QMAKE_PKGCONFIG_REQUIRES_PRIVATE = QtCore
Rex Dieter d153377
 
Rex Dieter d153377
         pkgconfig.files = $${TARGET}.pc
Rex Dieter d153377
         pkgconfig.path = $$QT_MOBILITY_LIB/pkgconfig