summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/setexamplespathonqtoperation.cpp
diff options
context:
space:
mode:
authorNiels Weber <niels.2.weber@nokia.com>2012-02-08 15:23:28 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-02-08 21:01:50 +0100
commit2539b1d2b0404a4072836558a2af864f4bce256a (patch)
tree0228e6175c1a81515f119cff85caae3264215378 /installerbuilder/libinstaller/setexamplespathonqtoperation.cpp
parent6b361763e8581e51337091aa140420afd956586a (diff)
New Jira address
Change-Id: I9bbbee84773f069ce998bffb249ff825e832c5ac Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/setexamplespathonqtoperation.cpp')
-rw-r--r--installerbuilder/libinstaller/setexamplespathonqtoperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/setexamplespathonqtoperation.cpp b/installerbuilder/libinstaller/setexamplespathonqtoperation.cpp
index 0c63b5104..e9ceec67e 100644
--- a/installerbuilder/libinstaller/setexamplespathonqtoperation.cpp
+++ b/installerbuilder/libinstaller/setexamplespathonqtoperation.cpp
@@ -74,7 +74,7 @@ bool SetExamplesPathOnQtOperation::performOperation()
if (qmakeValueHash.isEmpty()) {
setError(UserDefinedError);
setErrorString(tr("The output of \n%1 -query\n is not parseable. Please file a bugreport with this "
- "dialog http://bugreports.qt.nokia.com.\noutput: \"%2\"").arg(QDir::toNativeSeparators(qmakePath),
+ "dialog https://bugreports.qt-project.org.\noutput: \"%2\"").arg(QDir::toNativeSeparators(qmakePath),
QString::fromUtf8(qmakeOutput)));
return false;
}