summaryrefslogtreecommitdiffstats
path: root/tools/maketqpf/makeall
diff options
context:
space:
mode:
Diffstat (limited to 'tools/maketqpf/makeall')
-rwxr-xr-xtools/maketqpf/makeall4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/maketqpf/makeall b/tools/maketqpf/makeall
new file mode 100755
index 00000000..bb167f37
--- /dev/null
+++ b/tools/maketqpf/makeall
@@ -0,0 +1,4 @@
+for dpy in LinuxFb Transformed:Rot90 Transformed:Rot180 Transformed:Rot270
+do
+ QWS_DISPLAY=$dpy ./maketqpf
+done