summaryrefslogtreecommitdiffstats
path: root/qmake/examples/precompile/stable.h
blob: 1ed5d261be4c101b8510baeb4eecec79651be63b (plain)
1
2
3
4
5
6
7
8
9
10
/* Add C includes here */

#if defined __cplusplus
/* Add C++ includes here */

# include <iostream>
# include <ntqapplication.h>
# include <ntqpushbutton.h>
# include <tqlabel.h>
#endif