You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
387 B
14 lines
387 B
13 years ago
|
/*
|
||
|
* 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
|