summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoão Abecasis <joao@abecasis.name>2009-10-07 07:39:14 (GMT)
committerJoão Abecasis <joao@abecasis.name>2009-10-07 10:44:40 (GMT)
commit350410f19fd589986e51eba8f018abd92eddc287 (patch)
tree0dedbae822165f62244c25736a42ce3741705a88 /configure
parent8bcf844d95cdf9f69bbf02da49d8d3282eb40cfb (diff)
downloadQt-350410f19fd589986e51eba8f018abd92eddc287.zip
Qt-350410f19fd589986e51eba8f018abd92eddc287.tar.gz
Qt-350410f19fd589986e51eba8f018abd92eddc287.tar.bz2
Skipping ActiveQt examples removes a couple of warnings and errors
Reviewed-by: Thiago Macieira
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 1a7a8ef..323224c 100755
--- a/configure
+++ b/configure
@@ -7612,6 +7612,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*) SPEC=$QMAKESPEC ;;
*) SPEC=$XQMAKESPEC ;;