From 621e434ffeb7b43ee49a751def8a6eb79173f89b Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 26 Jul 2012 09:51:15 +0200 Subject: Remove unused Q_WS_QPA define. Change-Id: Ie77526000cf93ad6901e28abe2558d254ccf8f1a Reviewed-by: Oswald Buddenhagen Reviewed-by: Paul Olav Tvete --- tools/configure/configureapp.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 087863fb82..3f92a91e94 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -3109,9 +3109,6 @@ void Configure::generateConfigfiles() tmpStream << endl; } - // ### For compatibility only, should be removed later. - tmpStream << endl << "#define Q_WS_QPA" << endl; - tmpStream << endl << "// Compile time features" << endl; QStringList qconfigList; -- cgit v1.2.3