summaryrefslogtreecommitdiffstats
path: root/qmake/examples/precompile/stable.h
blob: 62db7215bb113ff91baeff15077ad999e4116e57 (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 <ntqlabel.h>
#endif