奥特QT DDS 插件库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 line
738B

  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);