Qt Creator releases against Qt
-
Hi, I have been working on a few widget plugins for Qt Creator in my spare time and can't find information on release cycles for Qt Creator against Qt core releases. The plugins worked previously in the designer, but I recently updated packaging for my plugins to use Qt 6.5.0 so I could take advantage of the new qt_generate_deploy_app_script functionality in cmake and since then my plugins are using a newer Qt version than Qt Creator, so I get the following message.
The plugin '/home/shaun/Qt/Tools/QtCreator/lib/Qt/plugins/designer/libqtk_plugins.so' uses incompatible Qt library. (6.5.0) [debug]
But Qt Creator's about panel says
Qt Creator 10.0.0 Based on Qt 6.4.2
so I'm guessing that I need to either wait for a future release or roll back my plugin's Qt version.I'm wondering what the timeline is for Qt Creator based on Qt 6.5.0, or if there are any beta / developer build options available?
Thanks!
-
@shaunrd said in Qt Creator releases against Qt:
I'm wondering what the timeline is for Qt Creator based on Qt 6.5.0, or if there are any beta / developer build options available?
Wrong place to ask here but afaik QtCreator tries to always use the latest official release available.
-
@Christian-Ehrlicher I see, thank you for the response. If this is the case, based on the information here I think the answer is 'soon', so I'll probably just wait.
-