summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Koenig <tobias.koenig@kdab.com>2017-02-22 09:49:42 +0100
committerMichal Klocek <michal.klocek@qt.io>2019-11-25 12:01:39 +0100
commite15148e389256f1fd0f41b16a236bc51f6aab2ca (patch)
tree827575dcbd5e80d4ffee66e7632d6d9b46a873d6
parentb63d6a1f6c247164095a995780854b708eded762 (diff)
Remove superfluous 'Q' prefix from module name
The name should be QtPdf and not QtQPdf, to be consistent with the other Qt module names. Change-Id: I7844683ff55aab1d9720e81edcd84b57ed335a40 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--src/pdf/pdf.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/pdf.pro b/src/pdf/pdf.pro
index 1a467c5b2..9d0e1cbcc 100644
--- a/src/pdf/pdf.pro
+++ b/src/pdf/pdf.pro
@@ -1,4 +1,4 @@
-TARGET = QtQPdf
+TARGET = QtPdf
QT += gui core core-private
QT_PRIVATE += network
TEMPLATE = lib