trollixx / qtcreator-tabbededitor-plugin

Qt Creator Tabbed Editor Plugin
GNU Lesser General Public License v3.0
73 stars 37 forks source link

QtCreator 4.1.0 incompatible #23

Open IAMtheIAM opened 7 years ago

IAMtheIAM commented 7 years ago

I get this error on version Qt Creator 4.1.0 qt_tabbed_editor_

Any chance of an update to get it working? Its a really good idea, tabs are needed.

stepanp commented 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.

trollixx commented 7 years ago

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.

arnaghizadeh commented 7 years ago

@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.