Warning, /games/ksirk/ksirk/iris/qcm/qt42.qcm is written in an unsupported language. File is not indexed.

0001 /*
0002 -----BEGIN QCMOD-----
0003 name: Qt >= 4.2
0004 -----END QCMOD-----
0005 */
0006 class qc_qt42 : public ConfObj
0007 {
0008 public:
0009         qc_qt42(Conf *c) : ConfObj(c) {}
0010         QString name() const { return "Qt >= 4.2"; }
0011         QString shortname() const { return "qt42"; }
0012         bool exec()
0013         {
0014                 conf->debug(QString("QT_VERSION = 0x%1").arg(QString::number(QT_VERSION, 16)));
0015                         return true;
0016         }
0017 };