Details
-
Bug
-
Resolution: Done
-
P0: Blocker
-
6.0.0
-
-
97cb0ef9c45ceaf89189540dd740382ce32e2618 (qt/qtquickcontrols2/dev)
Description
When importing QtQuick.Controls on project for MacOS Desktop, it fails if the version number is set. If you take out the version information, it works.
failing:
import QtQuick.Controls 2.15
working:
import QtQuick.Controls
100% Repro with 'picking' example project with latest dev (6.0.0)
Attachments
Issue Links
- relates to
-
QTBUG-86950 REG: "import QtQuick.Window" does not work with static build
- Closed