miurahr / aqtinstall

aqt: Another (unofficial) Qt CLI Installer on multi-platforms
https://aqtinstall.readthedocs.io/en/latest/
MIT License
915 stars 84 forks source link

missing examples #669

Closed tsteven4 closed 1 year ago

tsteven4 commented 1 year ago

Describe the bug With Qt 6 many of the examples are not listed or available for install

To Reproduce Steps to reproduce the behavior: aqt list-example windows 6.5.0 qtbase qtdeclarative qtdoc qtsvg qttools qtwayland

Expected behavior A clear and concise description of what you expected to happen. I expect qtlocation and many others to be listed. For example with Qt 5 aqt list-example windows 5.15.2 qt3d qtactiveqt qtandroidextras qtbase qtconnectivity qtdeclarative qtdoc qtgamepad qtgraphicaleffects qtimageformats qtlocation qtmacextras qtmultimedia qtquickcontrols qtquickcontrols2 qtremoteobjects qtscxml qtsensors qtserialbus qtserialport qtspeech qtsvg qttools qttranslations qtwayland qtwebchannel qtwebsockets qtwebview qtwinextras qtx11extras qtxmlpatterns tqtc

aqt output Add program output to help explain your problem.

paste program output here

Desktop (please complete the following information):

Additional context Note there is a Qt 6 page for the location examples, https://doc.qt.io/qt-6/qtlocation-examples.html.

ddalcino commented 1 year ago
❯ python -m aqt list-example windows 6.5.0
qtbase qtdeclarative qtdoc qtsvg qttools qtwayland

❯ python -m aqt list-example windows 6.5.0 --modules
qt3d qt5compat qtactiveqt qtcharts qtconnectivity qtdatavis3d qtgrpc qthttpserver qtlocation qtmultimedia qtnetworkauth qtpositioning qtquick3d qtquick3dphysics qtquickeffectmaker qtremoteobjects qtscxml qtsensors qtserialbus qtserialport qtspeech qtvirtualkeyboard qtwebchannel qtwebengine qtwebsockets qtwebview

IDK, output looks right to me. Did you forget the --modules flag?

tsteven4 commented 1 year ago

yes I did. thanks.