summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/unix
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-18 14:37:18 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-22 12:15:57 +0200
commit377c7575a7e8acc6030520cb36fe66da3ce43a93 (patch)
tree3462535f39fd7cd93657e2d825b58166557ec38c /mkspecs/features/unix
parent9b187bcd6a256b53cc2fb8550da64b30b0cc5760 (diff)
don't load wayland-scanner for all projects on linux
it's wasteful, given that exactly one add-on module (and most probably nobody else) needs it. i'd do the same with yacc and lex, but i suspect this would cause quite an uproar. Change-Id: Ic2a6ca19e829393835f824e31cd0893e78c3fd39 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'mkspecs/features/unix')
-rw-r--r--mkspecs/features/unix/default_pre.prf4
1 files changed, 0 insertions, 4 deletions
diff --git a/mkspecs/features/unix/default_pre.prf b/mkspecs/features/unix/default_pre.prf
deleted file mode 100644
index d978d14166..0000000000
--- a/mkspecs/features/unix/default_pre.prf
+++ /dev/null
@@ -1,4 +0,0 @@
-linux*:CONFIG = wayland-scanner $$CONFIG
-
-load(default_pre)
-