Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 14.0.1
-
None
-
QtC 14.0.1, Qt 6.8 Beta 3
-
-
0b47768ba (master)
Description
Now the qmlls is default with QtC 14.0.1 and Qt 6.8 Beta 3
this is great for my projects ported to CMake and using QML_ELEMENT, QML_SINGLETON ... qt_add_qml_module...
ATM most of my projects are still on QMake using qmlRegisterType and other old stuff. I'm waiting for a fix coming in Beta4 to be able to start porting and modernizing.
In QtC Preferences QtQuick -> QML/JS Editing -> QML LS is turned on and works great for my CMake projects,
but in my old QMake QML Projects Imports aren't recognized. I can go to Preferences and switch QML LS 'Turn on' to OFF and it works.
Have not found a way to do this per project.
Over next months will always switch between old-style QMake- and new-style CMake-projects and it's a real pain always to Turn On / Off the QML Language Server
Workaround could be to install a 2nd instance of QtC where qmlls is switched off.
Please enable project-specific setting
Attachments
Issue Links
- relates to
-
QTCREATORBUG-31520 Qt Creator tries to compile "all_qmllint" for targets that don't have that
- Closed