pyside.h 351 B

12345678910111213141516
  1. // Copyright (C) 2016 The Qt Company Ltd.
  2. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
  3. #ifndef PYSIDE_H
  4. #define PYSIDE_H
  5. #include <sbkpython.h>
  6. #include <pysidemacros.h>
  7. #include "pysideinit.h"
  8. #include "pysideqapp.h"
  9. #include "pysideqobject.h"
  10. #include "pysideutils.h"
  11. #endif // PYSIDE_H