8 lines
185 B
C++
Raw Normal View History

2018-01-26 17:06:56 +01:00
#ifndef UTILITYMACROS_HPP
#define UTILITYMACROS_HPP
2017-07-20 19:35:53 +02:00
2020-08-30 11:54:41 +02:00
#define A_CUSTOM_MACRO(url, jsonFile, pluginRegistrations) \
Q_PLUGIN_METADATA(IID #url FILE jsonFile)
2017-07-20 19:35:53 +02:00
#endif