summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Koenig <tobias.koenig@kdab.com>2017-02-22 09:49:42 +0100
committerTobias Koenig <tobias.koenig@kdab.com>2017-02-22 09:35:55 +0000
commit6bbdbdc83ecfa81d9dfe7b0737de3d9e7a108afb (patch)
treebdb6a0c5b950f0c63d311526b20025095315996b
parenta05b39b49940ae7aa34e91bdfcbac0e1aa1b6b51 (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
-rw-r--r--sync.profile2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pdf/pdf.pro b/src/pdf/pdf.pro
index 1a467c5..9d0e1cb 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
diff --git a/sync.profile b/sync.profile
index 0fe0418..cac21a3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,5 +1,5 @@
%modules = ( # path to module name map
- "QtQPdf" => "$basedir/src/pdf",
+ "QtPdf" => "$basedir/src/pdf",
);
# Module dependencies.
# Every module that is required to build this module should have one entry.