#ifndef QLIBRARYINFO_H
#define QLIBRARYINFO_H 
#include <QtCore/qstring.h>
typedef enum QtValidLicenseForCoreModule QtCoreModule;
#ifndef QT_NO_SETTINGS
class QLibraryInfo{
   public: static class QString licensee();
   public: static class QString licensedProducts();
   public: static class QString buildKey();
   public: enum LibraryLocation{
      PrefixPath = 0,
      DocumentationPath = 1,
      HeadersPath = 2,
      LibrariesPath = 3,
      BinariesPath = 4,
      PluginsPath = 5,
      DataPath = 6,
      TranslationsPath = 7,
      SettingsPath = 8,
      DemosPath = 9,
      ExamplesPath = 10,
   };
   public: static class QString location(enum QLibraryInfo::LibraryLocation);
   private: QLibraryInfo();
};
#endif /* QT_NO_SETTINGS */
#endif // QLIBRARYINFO_H