src/corelib/global/qlibraryinfo.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    41 
    41 
    42 #ifndef QLIBRARYINFO_H
    42 #ifndef QLIBRARYINFO_H
    43 #define QLIBRARYINFO_H
    43 #define QLIBRARYINFO_H
    44 
    44 
    45 #include <QtCore/qstring.h>
    45 #include <QtCore/qstring.h>
       
    46 #include <QtCore/QDate>
    46 
    47 
    47 QT_BEGIN_HEADER
    48 QT_BEGIN_HEADER
    48 
    49 
    49 QT_BEGIN_NAMESPACE
    50 QT_BEGIN_NAMESPACE
    50 
    51 
    57 public:
    58 public:
    58     static QString licensee();
    59     static QString licensee();
    59     static QString licensedProducts();
    60     static QString licensedProducts();
    60 
    61 
    61     static QString buildKey();
    62     static QString buildKey();
       
    63 #ifndef QT_NO_DATESTRING
       
    64     static QDate buildDate();
       
    65 #endif //QT_NO_DATESTRING
    62 
    66 
    63     enum LibraryLocation
    67     enum LibraryLocation
    64     {
    68     {
    65         PrefixPath,
    69         PrefixPath,
    66         DocumentationPath,
    70         DocumentationPath,