using System; namespace Qt.Core { public static class QGlobal { public const string QT_VERSION_STR = "4.6.2"; public const int QT_VERSION = 0x040602; } }