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>
This commit is contained in:
Oswald Buddenhagen 2013-10-18 14:37:18 +02:00 committed by The Qt Project
parent 9b187bcd6a
commit 377c7575a7

View File

@ -1,4 +0,0 @@
linux*:CONFIG = wayland-scanner $$CONFIG
load(default_pre)