ctkPluginConstants.h 254 B

123456789101112131415161718
  1. #ifndef CTKPLUGINCONSTANTS_H
  2. #define CTKPLUGINCONSTANTS_H
  3. #include <QString>
  4. namespace ctk {
  5. struct PluginConstants {
  6. static const QString FRAMEWORK_STORAGE;
  7. static const QString PLUGIN_DIRECTORIES;
  8. };
  9. }
  10. #endif // CTKPLUGINCONSTANTS_H