#ifndef CTKPLUGINCONSTANTS_H #define CTKPLUGINCONSTANTS_H #include namespace ctk { struct PluginConstants { static const QString FRAMEWORK_STORAGE; static const QString PLUGIN_DIRECTORIES; }; } #endif // CTKPLUGINCONSTANTS_H