Open IAMtheIAM opened 7 years ago
Try to replace following lines in TabbedEditor.json.in:
\"Version\" : \"0.0.4\",
\"CompatVersion\" : \"0.0.4\",
to:
\"Version\" : \"4.0.1\",
\"CompatVersion\" : \"4.0.1\",
and rebuild plugin. Unfortunately, these actions need to do for every new Qt Creator version.
The correct list of dependencies should be generated when plugin is built. Try to rebuild it against the correct version of Qt Creator source code.
@trollixx how should we do this? I get the following error:
23:50:15: Running steps for project tabbededitor... 23:50:15: Starting: "C:\Qt\5.9\msvc2015_64\bin\qmake.exe" G:\temp\qtcreator-tabbededitor-plugin\tabbededitor.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" Project ERROR: Error. QTC_SOURCE variable must point to Qt Creator sources. 23:50:15: The process "C:\Qt\5.9\msvc2015_64\bin\qmake.exe" exited with code 3. Error while building/deploying project tabbededitor (kit: Desktop Qt 5.9.0 MSVC2015_64bit) The kit Desktop Qt 5.9.0 MSVC2015_64bit has configuration issues which might be the root cause for this problem. When executing step "qmake" 23:50:15: Elapsed time: 00:00.
I get this error on version Qt Creator 4.1.0
Any chance of an update to get it working? Its a really good idea, tabs are needed.