source: trunk/config.tests/unix/precomp.test@ 842

Last change on this file since 842 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1#!/bin/sh
2
3PRECOMP_SUPPORT=no
4COMPILER=$1
5VERBOSE=$2
6
7case "$COMPILER" in
8icpc)
9 cat >header.h <<EOF
10#define HEADER_H
11
12EOF
13 >header.cpp
14 cat >source.cpp <<EOF
15#ifndef HEADER_H