Skip to content
Snippets Groups Projects
Commit f26f65d3 authored by Christian Kandeler's avatar Christian Kandeler Committed by Joerg Bornemann
Browse files

Fix qbs build.


- Bump Creator version.
- Add missing dependency to resource editor.

Change-Id: I9337d916ec765ad7b299aaa78c24e6c75afd74f5
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@nokia.com>
parent 7dc71bc4
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ import qbs.fileinfo 1.0 as FileInfo
Project {
property string ide_version_major: '2'
property string ide_version_minor: '4'
property string ide_version_release: '84'
property string ide_version_minor: '5'
property string ide_version_release: '81'
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release
property var additionalCppDefines: [ 'IDE_LIBRARY_BASENAME="lib"' ]
moduleSearchPaths: "qbs"
......
......@@ -6,6 +6,7 @@ QtcPlugin {
name: "ResourceEditor"
Depends { name: "Core" }
Depends { name: "Find" }
Depends { name: "cpp" }
Depends { name: "qt"; submodules: ['widgets', 'xml'] }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment