summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlessandro Portale <aportale@trolltech.com>2009-08-13 17:23:25 +0200
committerAlessandro Portale <aportale@trolltech.com>2009-08-13 17:23:25 +0200
commitf76b4e1b4a55008cc45f633c7be55ae9d063dc5b (patch)
tree205081ce07b93722aac7bf77cdde3470ada66ca5 /configure
parentf885e390882658e72eaa37fdaab8b1ef968ce886 (diff)
Removing "Project ERROR: s60main.pro is intended only for Symbian!"
It happens during the configure phase on Non-Windows. When making Qt for S60 build on Linux, we may want to revert the change or have a different fix. Reviewed-By: Jason Barron
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index fc87950b3..0feb38007 100755
--- a/configure
+++ b/configure
@@ -7494,6 +7494,7 @@ for file in .projects .projects.3; do
case $a in
*winmain/winmain.pro) continue ;;
+ *s60main/s60main.pro) continue ;;
*/qmake/qmake.pro) continue ;;
*tools/bootstrap*|*tools/moc*|*tools/rcc*|*tools/uic*) SPEC=$QMAKESPEC ;;
*) SPEC=$XQMAKESPEC ;;