You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the principal reason for skipping installation of headers, pri and cmake files in probe-only builds? In my fork I allowed this installation and nothing bad happened, generated files seem appropriate.
Take a look at #929, I wonder if this extra variable is necessary at all.
The text was updated successfully, but these errors were encountered:
It's feasible to resolve this installation issue + provide better linking experience for static plugins that avoids manual [Q_IMPORT_PLUGIN](https://doc.qt.io/qt-6/qtplugin.html#Q_IMPORT_PLUGIN) (at least for Qt6 users).
I will make a PR once all preliminary changes get merged into the project.
What is the principal reason for skipping installation of headers, pri and cmake files in probe-only builds? In my fork I allowed this installation and nothing bad happened, generated files seem appropriate.
Take a look at #929, I wonder if this extra variable is necessary at all.
The text was updated successfully, but these errors were encountered: