diff --git a/src/imageformats/doc/qtimageformats.qdocconf b/src/imageformats/doc/qtimageformats.qdocconf index 677159fb4f1de26063d7870e9a692d6221c86fd2..c522d3248c8068e09a54291f4328114818118a47 100644 --- a/src/imageformats/doc/qtimageformats.qdocconf +++ b/src/imageformats/doc/qtimageformats.qdocconf @@ -31,7 +31,7 @@ qhp.qtimageformats.file = qtimageformats.qhp # different documentation files in Creator/Assistant. The namespace ends with # a version being a number containing a major, minor and revision element. # E.g. version 1.0 becomes 100. -qhp.qtimageformats.namespace = org.qt-project.qtimageformats.500 +qhp.qtimageformats.namespace = org.qt-project.qtimageformats.501 # Title for the package, will be the main title for the package in # Assistant/Creator. diff --git a/sync.profile b/sync.profile index 26326b64be75daa9c120776c2ecb2005c6e92242..ccc4a157472bfb4328b7af86f3d9dd9c0cf8cbd8 100644 --- a/sync.profile +++ b/sync.profile @@ -5,5 +5,5 @@ # - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) # %dependencies = ( - "qtbase" => "refs/heads/release", + "qtbase" => "refs/heads/stable", );