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

fix QmlJS dependency in todo.qbs


Depends items will soon be case sensitive.

Change-Id: Id631058aacc5b8456ac66552b54730913568d851
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@digia.com>
parent 3c5d7378
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ QtcPlugin {
Depends { name: "ProjectExplorer" }
Depends { name: "CPlusPlus" }
Depends { name: "CppTools" }
Depends { name: "QmlJs" }
Depends { name: "QmlJS" }
files: [
"constants.h",
......
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