How to get QtQuick 2.15
-
A lot of documentation references QtQuick 2.15, but I downloaded the latest Qt Creator for Linux on Sept1st 2021, yet that only includes QtQuick 2.12
Is there a particular version Qt I need to install to insure availability of QtQuick 2.15 ? (I want to use a particular validator only available in QtQuick 2.15) How can I get QtQuick 2.15 ?
-
A lot of documentation references QtQuick 2.15, but I downloaded the latest Qt Creator for Linux on Sept1st 2021, yet that only includes QtQuick 2.12
Is there a particular version Qt I need to install to insure availability of QtQuick 2.15 ? (I want to use a particular validator only available in QtQuick 2.15) How can I get QtQuick 2.15 ?
-
@ocgltd The version of QtCreator is irrelevant since it is only an editor, what you should do is use the latest stable version of Qt5, what version of Qt5 do you use?
@eyllanesc According to the MaintenanceTOol, the last Qt 5 version available to me is 5.15.2 (which I what I have installed).
Yet QtQuick 2.12 is the latest version available to me according to QtCreator.
-
@eyllanesc According to the MaintenanceTOol, the last Qt 5 version available to me is 5.15.2 (which I what I have installed).
Yet QtQuick 2.12 is the latest version available to me according to QtCreator.
-
@eyllanesc When I starting typing the import statement QtCreator offers everything up to 2.12 (from a list) - so I manually typed 2.15
My validator (only available in 2.15) seems to work, even though the validator is colored by QtCreator as unknown. Strange.
So what version of Qt libraries is required for 2.12 (so I know what to tell people who install my app)
-
@eyllanesc When I starting typing the import statement QtCreator offers everything up to 2.12 (from a list) - so I manually typed 2.15
My validator (only available in 2.15) seems to work, even though the validator is colored by QtCreator as unknown. Strange.
So what version of Qt libraries is required for 2.12 (so I know what to tell people who install my app)