aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditor.qbs
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-12-12 11:04:52 +0100
committerTobias Hunger <tobias.hunger@digia.com>2013-12-12 11:06:06 +0100
commit92a8a38da5c8620fac43a717e6769ff0f7a9e117 (patch)
treebf12babffed84fe03d5df65e22ded040dcc8f6c9 /src/plugins/cppeditor/cppeditor.qbs
parenta60b89bff48f28909cf6151c586cf80082e68a1e (diff)
CppEditor: Fix build with Qbs
Add dependency on app_version_header which is included in some files. Change-Id: Icc5d96637c6cd61a047c8abe9897239d9fa2fad2 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/cppeditor/cppeditor.qbs')
-rw-r--r--src/plugins/cppeditor/cppeditor.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/cppeditor.qbs b/src/plugins/cppeditor/cppeditor.qbs
index f05e8b64a4..f8f9746e73 100644
--- a/src/plugins/cppeditor/cppeditor.qbs
+++ b/src/plugins/cppeditor/cppeditor.qbs
@@ -12,6 +12,7 @@ QtcPlugin {
Depends { name: "CPlusPlus" }
Depends { name: "TextEditor" }
Depends { name: "ProjectExplorer" }
+ Depends { name: "app_version_header" }
files: [
"cppautocompleter.cpp", "cppautocompleter.h",