summaryrefslogtreecommitdiffstats
path: root/tools/makeqpf/makeall
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-11-08 09:46:27 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-11-08 09:46:27 +0100
commitc0780a876e11732962b98e3b1aac0f503b4e9ad9 (patch)
tree3868825a8f2ab785cb308248a8e88942610f5a6f /tools/makeqpf/makeall
parentef73e104bd71560e1dab2c0c9a1bb1d718674e1a (diff)
downloadqt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.tar.gz
qt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.zip
Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
Diffstat (limited to 'tools/makeqpf/makeall')
-rwxr-xr-xtools/makeqpf/makeall2
1 files changed, 1 insertions, 1 deletions
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