summaryrefslogtreecommitdiffstats
path: root/qmake/examples/precompile/stable.h
blob: 76ec45bad01a1e8081b23cfa35363279bda6655c (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 <qapplication.h>
# include <qpushbutton.h>
# include <qlabel.h>
#endif