Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 21, 2020 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/b39e5a374766f846049df5e5b7bf4845 to your computer and use it in GitHub Desktop.
Save r-ryantm/b39e5a374766f846049df5e5b7bf4845 to your computer and use it in GitHub Desktop.
/nix/store/vk2gvc2zlx6g3ww2qjw9c61855ihjdiv-pyside2-5.15.2
├── include
│   └── PySide2
│   ├── dynamicqmetaobject.h
│   ├── feature_select.h
│   ├── pyside2_global.h
│   ├── pysideclassinfo.h
│   ├── pyside.h
│   ├── pysidemacros.h
│   ├── pysidemetafunction.h
│   ├── pysideproperty.h
│   ├── pysideqenum.h
│   ├── pysideqflags.h
│   ├── pysidesignal.h
│   ├── pysidestaticstrings.h
│   ├── pysideweakref.h
│   ├── QtCharts
│   │   └── pyside2_qtcharts_python.h
│   ├── QtConcurrent
│   │   └── pyside2_qtconcurrent_python.h
│   ├── QtCore
│   │   └── pyside2_qtcore_python.h
│   ├── QtGui
│   │   ├── pyside2_qtgui_python.h
│   │   └── qpytextobject.h
│   ├── QtHelp
│   │   └── pyside2_qthelp_python.h
│   ├── QtLocation
│   │   └── pyside2_qtlocation_python.h
│   ├── QtMultimedia
│   │   └── pyside2_qtmultimedia_python.h
│   ├── QtMultimediaWidgets
│   │   └── pyside2_qtmultimediawidgets_python.h
│   ├── QtNetwork
│   │   └── pyside2_qtnetwork_python.h
│   ├── QtOpenGL
│   │   └── pyside2_qtopengl_python.h
│   ├── QtOpenGLFunctions
│   │   └── pyside2_qtopenglfunctions_python.h
│   ├── QtPositioning
│   │   └── pyside2_qtpositioning_python.h
│   ├── QtPrintSupport
│   │   └── pyside2_qtprintsupport_python.h
│   ├── QtQml
│   │   └── pyside2_qtqml_python.h
│   ├── QtQuick
│   │   └── pyside2_qtquick_python.h
│   ├── QtQuickWidgets
│   │   └── pyside2_qtquickwidgets_python.h
│   ├── QtScript
│   │   └── pyside2_qtscript_python.h
│   ├── QtScriptTools
│   │   └── pyside2_qtscripttools_python.h
│   ├── QtSensors
│   │   └── pyside2_qtsensors_python.h
│   ├── QtSql
│   │   └── pyside2_qtsql_python.h
│   ├── QtSvg
│   │   └── pyside2_qtsvg_python.h
│   ├── QtTest
│   │   └── pyside2_qttest_python.h
│   ├── QtUiTools
│   │   └── pyside2_qtuitools_python.h
│   ├── QtWebChannel
│   │   └── pyside2_qtwebchannel_python.h
│   ├── QtWebEngine
│   │   └── pyside2_qtwebengine_python.h
│   ├── QtWebEngineCore
│   │   └── pyside2_qtwebenginecore_python.h
│   ├── QtWebEngineWidgets
│   │   └── pyside2_qtwebenginewidgets_python.h
│   ├── QtWebSockets
│   │   └── pyside2_qtwebsockets_python.h
│   ├── QtWidgets
│   │   └── pyside2_qtwidgets_python.h
│   ├── QtX11Extras
│   │   └── pyside2_qtx11extras_python.h
│   ├── QtXml
│   │   └── pyside2_qtxml_python.h
│   ├── QtXmlPatterns
│   │   └── pyside2_qtxmlpatterns_python.h
│   └── signalmanager.h
├── lib
│   ├── cmake
│   │   └── PySide2-5.15.2
│   │   ├── PySide2Config.cmake
│   │   ├── PySide2Config-python2.7.cmake
│   │   ├── PySide2ConfigVersion.cmake
│   │   ├── PySide2Targets.cmake
│   │   └── PySide2Targets-release.cmake
│   ├── libpyside2-python2.7.so -> libpyside2-python2.7.so.5.15
│   ├── libpyside2-python2.7.so.5.15 -> libpyside2-python2.7.so.5.15.2
│   ├── libpyside2-python2.7.so.5.15.2
│   ├── pkgconfig
│   │   └── pyside2.pc
│   └── python2.7
│   └── site-packages
│   └── PySide2
│   ├── _config.py
│   ├── _git_pyside_version.py
│   ├── __init__.py
│   ├── QtCharts.so
│   ├── QtConcurrent.so
│   ├── QtCore.so
│   ├── QtGui.so
│   ├── QtHelp.so
│   ├── QtLocation.so
│   ├── QtMultimedia.so
│   ├── QtMultimediaWidgets.so
│   ├── QtNetwork.so
│   ├── QtOpenGLFunctions.so
│   ├── QtOpenGL.so
│   ├── QtPositioning.so
│   ├── QtPrintSupport.so
│   ├── QtQml.so
│   ├── QtQuick.so
│   ├── QtQuickWidgets.so
│   ├── QtScript.so
│   ├── QtScriptTools.so
│   ├── QtSensors.so
│   ├── QtSql.so
│   ├── QtSvg.so
│   ├── QtTest.so
│   ├── QtUiTools.so
│   ├── QtWebChannel.so
│   ├── QtWebEngineCore.so
│   ├── QtWebEngine.so
│   ├── QtWebEngineWidgets.so
│   ├── QtWebSockets.so
│   ├── QtWidgets.so
│   ├── QtX11Extras.so
│   ├── QtXmlPatterns.so
│   └── QtXml.so
├── nix-support
│   └── propagated-build-inputs
└── share
└── PySide2
├── glue
│   ├── qtcharts.cpp
│   ├── qtcore.cpp
│   ├── qtgui.cpp
│   ├── qtmultimedia.cpp
│   ├── qtnetwork.cpp
│   ├── qtopengl.cpp
│   ├── qtprintsupport.cpp
│   ├── qtqml.cpp
│   ├── qtquick.cpp
│   ├── qtscript.cpp
│   ├── qtuitools.cpp
│   ├── qtwebenginewidgets.cpp
│   ├── qtwidgets.cpp
│   ├── qtxml.cpp
│   └── qtxmlpatterns.cpp
└── typesystems
├── core_common.xml
├── datavisualization_common.xml
├── glue
│   ├── plugins.h
│   ├── qeasingcurve_glue.cpp
│   ├── qeasingcurve_glue.h
│   └── qscript_value_iterator_glue.cpp
├── gui_common.xml
├── opengl_common.xml
├── openglfunctions_common.xml
├── typesystem_charts.xml
├── typesystem_concurrent.xml
├── typesystem_core_common.xml
├── typesystem_core_mac.xml
├── typesystem_core_win.xml
├── typesystem_core_x11.xml
├── typesystem_core.xml
├── typesystem_gui_common.xml
├── typesystem_gui_mac.xml
├── typesystem_gui_win.xml
├── typesystem_gui_x11.xml
├── typesystem_gui.xml
├── typesystem_help.xml
├── typesystem_location.xml
├── typesystem_multimedia_common.xml
├── typesystem_multimedia_forward_declarations.xml
├── typesystem_multimediawidgets.xml
├── typesystem_multimedia.xml
├── typesystem_network.xml
├── typesystem_openglfunctions_modifications1_0_compat.xml
├── typesystem_openglfunctions_modifications1_0.xml
├── typesystem_openglfunctions_modifications1_1_compat.xml
├── typesystem_openglfunctions_modifications1_1.xml
├── typesystem_openglfunctions_modifications1_2_compat.xml
├── typesystem_openglfunctions_modifications1_3_compat.xml
├── typesystem_openglfunctions_modifications1_4_compat.xml
├── typesystem_openglfunctions_modifications1_4.xml
├── typesystem_openglfunctions_modifications2_0_compat.xml
├── typesystem_openglfunctions_modifications2_0.xml
├── typesystem_openglfunctions_modifications2_1.xml
├── typesystem_openglfunctions_modifications3_0.xml
├── typesystem_openglfunctions_modifications3_3a.xml
├── typesystem_openglfunctions_modifications3_3.xml
├── typesystem_openglfunctions_modifications4_0.xml
├── typesystem_openglfunctions_modifications4_1.xml
├── typesystem_openglfunctions_modifications4_3.xml
├── typesystem_openglfunctions_modifications4_4_core.xml
├── typesystem_openglfunctions_modifications4_4.xml
├── typesystem_openglfunctions_modifications4_5_core.xml
├── typesystem_openglfunctions_modifications4_5.xml
├── typesystem_openglfunctions_modifications_va.xml
├── typesystem_openglfunctions.xml
├── typesystem_opengl.xml
├── typesystem_positioning.xml
├── typesystem_printsupport_common.xml
├── typesystem_printsupport.xml
├── typesystem_qml.xml
├── typesystem_quickwidgets.xml
├── typesystem_quick.xml
├── typesystem_scripttools.xml
├── typesystem_script.xml
├── typesystem_sensors.xml
├── typesystem_sql.xml
├── typesystem_svg.xml
├── typesystem_test.xml
├── typesystem_uitools.xml
├── typesystem_webchannel.xml
├── typesystem_webenginecore.xml
├── typesystem_webenginewidgets.xml
├── typesystem_webengine.xml
├── typesystem_websockets.xml
├── typesystem_widgets_common.xml
├── typesystem_widgets_mac.xml
├── typesystem_widgets_win.xml
├── typesystem_widgets_x11.xml
├── typesystem_widgets.xml
├── typesystem_x11extras.xml
├── typesystem_xmlpatterns.xml
├── typesystem_xml.xml
├── webkitwidgets_common.xml
├── widgets_common.xml
└── xml_common.xml
47 directories, 188 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment