equal
deleted
inserted
replaced
51 |
51 |
52 #include <QtDBus/QtDBus> |
52 #include <QtDBus/QtDBus> |
53 #include "private/qdbusmetaobject_p.h" |
53 #include "private/qdbusmetaobject_p.h" |
54 #include "private/qdbusintrospection_p.h" |
54 #include "private/qdbusintrospection_p.h" |
55 |
55 |
56 #include <sys/types.h> |
|
57 #include <stdio.h> |
56 #include <stdio.h> |
58 #include <stdlib.h> |
57 #include <stdlib.h> |
59 |
|
60 #ifdef Q_WS_WIN |
|
61 #include <process.h> |
|
62 #endif |
|
63 |
58 |
64 #define PROGRAMNAME "qdbusxml2cpp" |
59 #define PROGRAMNAME "qdbusxml2cpp" |
65 #define PROGRAMVERSION "0.7" |
60 #define PROGRAMVERSION "0.7" |
66 #define PROGRAMCOPYRIGHT "Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)." |
61 #define PROGRAMCOPYRIGHT "Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)." |
67 |
62 |