summaryrefslogtreecommitdiffstats
path: root/tools/makeqpf
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-11-07 22:37:15 -0600
committerTimothy Pearson <[email protected]>2013-11-07 22:37:15 -0600
commitef73e104bd71560e1dab2c0c9a1bb1d718674e1a (patch)
tree47507e67e6659272cb14f11a1ed3d0ee0929328b /tools/makeqpf
parent2bec4674492e058ed822768c0a9c4a848dbf81d9 (diff)
downloadqt3-ef73e104bd71560e1dab2c0c9a1bb1d718674e1a.tar.gz
qt3-ef73e104bd71560e1dab2c0c9a1bb1d718674e1a.zip
Update minor TQt3 tool names to match current TQt3 sources in GIT
Diffstat (limited to 'tools/makeqpf')
-rw-r--r--tools/makeqpf/main.cpp2
-rwxr-xr-xtools/makeqpf/makeall2
-rw-r--r--tools/makeqpf/makeqpf.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/makeqpf/main.cpp b/tools/makeqpf/main.cpp
index 0dceee3..8734d5a 100644
--- a/tools/makeqpf/main.cpp
+++ b/tools/makeqpf/main.cpp
@@ -242,7 +242,7 @@ private slots:
static void usage()
{
- qWarning("Usage: makeqpf [-A] [-f spec-file] [font ...]");
+ qWarning("Usage: maketqpf [-A] [-f spec-file] [font ...]");
qWarning("");
qWarning(" Saves QPF font files by rendering and saving fonts.");
qWarning("");
diff --git a/tools/makeqpf/makeall b/tools/makeqpf/makeall
index cd5008c..bb167f3 100755
--- a/tools/makeqpf/makeall
+++ b/tools/makeqpf/makeall
@@ -1,4 +1,4 @@
for dpy in LinuxFb Transformed:Rot90 Transformed:Rot180 Transformed:Rot270
do
- QWS_DISPLAY=$dpy ./makeqpf
+ QWS_DISPLAY=$dpy ./maketqpf
done
diff --git a/tools/makeqpf/makeqpf.pro b/tools/makeqpf/makeqpf.pro
index 8a61af6..2fa9d75 100644
--- a/tools/makeqpf/makeqpf.pro
+++ b/tools/makeqpf/makeqpf.pro
@@ -3,7 +3,7 @@ CONFIG += qt warn_on release
HEADERS =
SOURCES = main.cpp
INTERFACES =
-TARGET = makeqpf
+TARGET = maketqpf
REQUIRES=full-config nocrosscompiler
target.path = $$bins.path