diff options
author | Alessandro Portale <aportale@trolltech.com> | 2009-08-13 15:23:25 (GMT) |
---|---|---|
committer | Alessandro Portale <aportale@trolltech.com> | 2009-08-13 15:23:25 (GMT) |
commit | f76b4e1b4a55008cc45f633c7be55ae9d063dc5b (patch) | |
tree | 205081ce07b93722aac7bf77cdde3470ada66ca5 /configure | |
parent | f885e390882658e72eaa37fdaab8b1ef968ce886 (diff) | |
download | Qt-f76b4e1b4a55008cc45f633c7be55ae9d063dc5b.zip Qt-f76b4e1b4a55008cc45f633c7be55ae9d063dc5b.tar.gz Qt-f76b4e1b4a55008cc45f633c7be55ae9d063dc5b.tar.bz2 |
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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ;; |