summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/qmake/examples/precompile/stable.h
blob: a62e5017904d3c74592b83144ffdc6eccc1b9813 (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 <tqapplication.h>
# include <tqpushbutton.h>
# include <tqlabel.h>
#endif