source: trunk/examples/demo/demo_pch.h@ 203

Last change on this file since 203 was 160, checked in by dmik, 19 years ago

Imported table and iconview modules and a bunch of dependent examples from the official release 3.3.1 from Trolltech.

  • Property svn:keywords set to Id
File size: 400 bytes
Line 
1/*
2 * This is a precompiled header file for use in Xcode / Mac GCC /
3 * GCC >= 3.4 / VC to greatly speed the building of the Demo example.
4 * It may also be of use to people developing their own project, but
5 * it is probably better to define your own header. Use of this
6 * header is currently UNSUPPORTED.
7 */
8
9#if defined __cplusplus
10
11#include "../../src/kernel/qt_pch.h"
12
13#endif
Note: See TracBrowser for help on using the repository browser.