ctkVTKWidgetsPlugins.cpp 639 B

12345678910111213141516171819202122
  1. /*=========================================================================
  2. Library: CTK
  3. Copyright (c) Kitware Inc.
  4. All rights reserved.
  5. Distributed under a BSD License. See LICENSE.txt file.
  6. This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
  7. the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  8. See the above copyright notice for more information.
  9. =========================================================================*/
  10. // Qt includes
  11. #include <QtPlugin>
  12. // CTK includes
  13. #include "ctkVTKWidgetsPlugins.h"
  14. Q_EXPORT_PLUGIN2(customwidgetplugin, ctkVTKWidgetsPlugins);