diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-07 16:36:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-07 16:36:05 +0900 |
commit | 3c012e46bdd579ddec66bdabead8abdd4de876eb (patch) | |
tree | 8333c199ead182650e6f3063d6fd7261cb8ef0e8 /am_edit | |
parent | bcdaa92c5e9642c6513046285309aabcae37b938 (diff) | |
download | admin-3c012e46.tar.gz admin-3c012e46.zip |
tqt-replace and uic-tqt are no longer required
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'am_edit')
-rw-r--r-- | am_edit | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -820,7 +820,6 @@ sub tag_FINAL() $handling .= "\trm -f $program.all_$suffix.files $program.all_$suffix.final; \\\n"; $handling .= "\techo \"#define KDE_USE_FINAL 1\" >> $program.all_$suffix.final; \\\n"; $handling .= "\tfor file in " . $sourcelist{$suffix} . "; do \\\n"; -# $handling .= "\t tqt-replace \$\(srcdir\)/\$\$file; \\\n"; $handling .= "\t echo \"#include \\\"\$\$file\\\"\" >> $program.all_$suffix.files; \\\n"; $handling .= "\t test ! -f \$\(srcdir\)/\$\$file || egrep '^#pragma +implementation' \$\(srcdir\)/\$\$file >> $program.all_$suffix.final; \\\n"; $handling .= "\tdone; \\\n"; |