AutotoolsPM: Update dependencies

Change-Id: Ib6e3a0ef5d11a5c1e8807ae39f228dfab58786cc
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-04-21 12:48:11 +03:00
committed by Orgad Shaneh
parent 4896bb41e9
commit 9f7c801e4d
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ QtcPlugin {
Depends { name: "Core" } Depends { name: "Core" }
Depends { name: "ProjectExplorer" } Depends { name: "ProjectExplorer" }
Depends { name: "CppTools" } Depends { name: "CppTools" }
Depends { name: "QtSupport" }
files: [ files: [
"autogenstep.cpp", "autogenstep.cpp",

View File

@@ -5,4 +5,5 @@ QTC_LIB_DEPENDS += \
QTC_PLUGIN_DEPENDS += \ QTC_PLUGIN_DEPENDS += \
projectexplorer \ projectexplorer \
coreplugin \ coreplugin \
cpptools cpptools \
qtsupport