summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/qmake/examples/precompile/stable.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/qmake/examples/precompile/stable.h')
-rw-r--r--tqtinterface/qt4/qmake/examples/precompile/stable.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tqtinterface/qt4/qmake/examples/precompile/stable.h b/tqtinterface/qt4/qmake/examples/precompile/stable.h
new file mode 100644
index 0000000..a62e501
--- /dev/null
+++ b/tqtinterface/qt4/qmake/examples/precompile/stable.h
@@ -0,0 +1,10 @@
+/* Add C includes here */
+
+#if defined __cplusplus
+/* Add C++ includes here */
+
+# include <iostream>
+# include <tqapplication.h>
+# include <tqpushbutton.h>
+# include <tqlabel.h>
+#endif