Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QtCreator 4.1.0 incompatible #23

Open
IAMtheIAM opened this issue Nov 29, 2016 · 3 comments
Open

QtCreator 4.1.0 incompatible #23

IAMtheIAM opened this issue Nov 29, 2016 · 3 comments

Comments

@IAMtheIAM
Copy link

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
Copy link
Contributor

stepanp commented Nov 30, 2016

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
Copy link
Owner

trollixx commented Dec 1, 2016

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants