diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 15:17:53 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 15:17:53 -0500 |
commit | 37e3f157c7d76f13de807fa66e36df209e1005fb (patch) | |
tree | 7a4f131b2ee065337dac341bff34515310efba4f /experimental/tqtinterface/qt4/tools/makeqpf/makeall | |
parent | 16630c3eff313238fa8412275555285c9195981b (diff) | |
download | tde-37e3f157c7d76f13de807fa66e36df209e1005fb.tar.gz tde-37e3f157c7d76f13de807fa66e36df209e1005fb.zip |
Added TQt4 HEAD
Diffstat (limited to 'experimental/tqtinterface/qt4/tools/makeqpf/makeall')
-rwxr-xr-x | experimental/tqtinterface/qt4/tools/makeqpf/makeall | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/experimental/tqtinterface/qt4/tools/makeqpf/makeall b/experimental/tqtinterface/qt4/tools/makeqpf/makeall new file mode 100755 index 000000000..cd5008cfa --- /dev/null +++ b/experimental/tqtinterface/qt4/tools/makeqpf/makeall @@ -0,0 +1,4 @@ +for dpy in LinuxFb Transformed:Rot90 Transformed:Rot180 Transformed:Rot270 +do + QWS_DISPLAY=$dpy ./makeqpf +done |