From c0780a876e11732962b98e3b1aac0f503b4e9ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 8 Nov 2013 09:46:27 +0100 Subject: Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT" --- tools/makeqpf/main.cpp | 2 +- tools/makeqpf/makeall | 2 +- tools/makeqpf/makeqpf.pro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/makeqpf') diff --git a/tools/makeqpf/main.cpp b/tools/makeqpf/main.cpp index 8734d5a..0dceee3 100644 --- a/tools/makeqpf/main.cpp +++ b/tools/makeqpf/main.cpp @@ -242,7 +242,7 @@ private slots: static void usage() { - qWarning("Usage: maketqpf [-A] [-f spec-file] [font ...]"); + qWarning("Usage: makeqpf [-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 bb167f3..cd5008c 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 ./maketqpf + QWS_DISPLAY=$dpy ./makeqpf done diff --git a/tools/makeqpf/makeqpf.pro b/tools/makeqpf/makeqpf.pro index 2fa9d75..8a61af6 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 = maketqpf +TARGET = makeqpf REQUIRES=full-config nocrosscompiler target.path = $$bins.path -- cgit v1.2.1