diff options
author | Oswald Buddenhagen <[email protected]> | 2013-03-27 22:53:38 +0100 |
---|---|---|
committer | Oswald Buddenhagen <[email protected]> | 2013-04-02 12:17:15 +0200 |
commit | 8dd616f3871865a3e14a333e02cc8e2fb911598f (patch) | |
tree | 610c79dfe48b1c3656a3474550757c51671612e6 /src/plugins | |
parent | 962f0c478f24b18697496be9f10256680b8622e7 (diff) |
move ssh dependency to projectexplorer_dependencies.pri
it belongs there
Change-Id: I54fe70841c04289577af67d08fc2b1f8c24cb0ac
Reviewed-by: Tobias Hunger <[email protected]>
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/projectexplorer/projectexplorer.pro | 1 | ||||
-rw-r--r-- | src/plugins/projectexplorer/projectexplorer_dependencies.pri | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectexplorer.pro b/src/plugins/projectexplorer/projectexplorer.pro index 2825b82daee..a63b4cad609 100644 --- a/src/plugins/projectexplorer/projectexplorer.pro +++ b/src/plugins/projectexplorer/projectexplorer.pro @@ -4,7 +4,6 @@ QT += xml script declarative include(../../qtcreatorplugin.pri) include(projectexplorer_dependencies.pri) -include(../../libs/ssh/ssh.pri) include(customwizard/customwizard.pri) INCLUDEPATH += $$PWD/../../libs/utils HEADERS += projectexplorer.h \ diff --git a/src/plugins/projectexplorer/projectexplorer_dependencies.pri b/src/plugins/projectexplorer/projectexplorer_dependencies.pri index 046fb268182..ee082b74ba6 100644 --- a/src/plugins/projectexplorer/projectexplorer_dependencies.pri +++ b/src/plugins/projectexplorer/projectexplorer_dependencies.pri @@ -1,4 +1,5 @@ include(../../libs/utils/utils.pri) +include(../../libs/ssh/ssh.pri) include(../../plugins/locator/locator.pri) include(../../plugins/find/find.pri) include(../../plugins/coreplugin/coreplugin.pri) |