奥特QT DDS 插件库
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

auseftddsplugtest_qmltyperegistrations.cpp 738B

5 个月前
123456789101112131415161718192021222324
  1. /****************************************************************************
  2. ** Generated QML type registration code
  3. **
  4. ** WARNING! All changes made in this file will be lost!
  5. *****************************************************************************/
  6. #include <QtQml/qqml.h>
  7. #include <QtQml/qqmlmoduleregistration.h>
  8. #if !defined(QT_STATIC)
  9. #define Q_QMLTYPE_EXPORT Q_DECL_EXPORT
  10. #else
  11. #define Q_QMLTYPE_EXPORT
  12. #endif
  13. Q_QMLTYPE_EXPORT void qml_register_types_AuseftDDSPlugTest()
  14. {
  15. QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED
  16. QT_WARNING_POP
  17. qmlRegisterModule("AuseftDDSPlugTest", 1, 0);
  18. }
  19. static const QQmlModuleRegistration auseftDDSPlugTestRegistration("AuseftDDSPlugTest", qml_register_types_AuseftDDSPlugTest);