diff options
Diffstat (limited to 'kregexpeditor/qt-only/compile')
-rwxr-xr-x | kregexpeditor/qt-only/compile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/qt-only/compile b/kregexpeditor/qt-only/compile index 61c1328..43bcf42 100755 --- a/kregexpeditor/qt-only/compile +++ b/kregexpeditor/qt-only/compile @@ -21,7 +21,7 @@ meinproc $KDESRC/tdeutils/doc/KRegExpEditor/index.docbook for x in *.html; do sed 's/<img src="help:[^>]*>//' < $x > tmp.html; mv tmp.html $x; done cp $KDESRC/tdeutils/doc/KRegExpEditor/*.png . cd .. -(cd icons; $QTDIR/tools/qembed/qembed --images *.png > ../images.h) +(cd icons; $TQTDIR/tools/qembed/qembed --images *.png > ../images.h) # Now on windows do the following qmake |