summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-11 14:42:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-11 14:42:28 +0900
commit7c1c8b9759e1beeee46f19650ca8c51fd8bc8f22 (patch)
treef51b79739778498b9af2241881aa41452563cd3f /scripts
parent4dabbe71b09383cba554e9338c059e5ed3d54e6c (diff)
downloadtdesdk-7c1c8b9759e1beeee46f19650ca8c51fd8bc8f22.tar.gz
tdesdk-7c1c8b9759e1beeee46f19650ca8c51fd8bc8f22.zip
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fixkdeincludes2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fixkdeincludes b/scripts/fixkdeincludes
index 96ca3d0a..6ac3f116 100644
--- a/scripts/fixkdeincludes
+++ b/scripts/fixkdeincludes
@@ -731,7 +731,7 @@ foreach $dir(@dirlist) {
# check if this directory wants not to be fixed
if(open(M, "$dir/Makefile.am")) {
- my @mcontents = grep /(\-UTQT_NO_COMPAT|\-UKDE_NO_COMPAT)/, <M>;
+ my @mcontents = grep /\-UKDE_NO_COMPAT/, <M>;
close(M);
if ( @mcontents ) {
print "Skipping directory: $dir\n";