blob: b80e6469e3c467ebe1ab312c8a9426c79973ad6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* This is a precompiled header file for use in Xcode / Mac GCC /
* GCC >= 3.4 / VC to greatly speed the building of the Demo example.
* It may also be of use to people developing their own project, but
* it is probably better to define your own header. Use of this
* header is currently UNSUPPORTED.
*/
#if defined __cplusplus
#include "../../src/kernel/qt_pch.h"
#endif
|