diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-02-08 12:13:23 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-02-08 12:13:23 (GMT) |
commit | b026f288a3ef5ef4ee1ed771fa464268dbbacd78 (patch) | |
tree | 38e8bcd48e6af8d912c4b57fd578f5b0b2356716 /configure | |
parent | ce51d49a0efaf3f63998f6aa9aebc688b90994a4 (diff) | |
download | Qt-b026f288a3ef5ef4ee1ed771fa464268dbbacd78.zip Qt-b026f288a3ef5ef4ee1ed771fa464268dbbacd78.tar.gz Qt-b026f288a3ef5ef4ee1ed771fa464268dbbacd78.tar.bz2 |
Don't make an s60main dir for non-symbian builds
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7791,6 +7791,7 @@ for file in .projects .projects.3; do case $a in *winmain/winmain.pro) continue ;; + *s60main/s60main.pro) continue ;; *examples/activeqt/*) continue ;; */qmake/qmake.pro) continue ;; *tools/bootstrap*|*tools/moc*|*tools/rcc*|*tools/uic*|*linguist/lrelease*) SPEC=$QMAKESPEC ;; |