summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/RerunMocPlugin/MocPlugin/UtilityMacros.hpp
blob: 2f558a8eb331ede63e1dd8b27119220b35781656 (plain)
1
2
3
4
5
6
7
#ifndef UTILITYMACROS_HPP
#define UTILITYMACROS_HPP

#define A_CUSTOM_MACRO(url, jsonFile, pluginRegistrations)                    \
  Q_PLUGIN_METADATA(IID #url FILE jsonFile)

#endif