factor out all plugin dependencies to _dependencies.pri files

this makes it uniform for all plugins

Change-Id: I46ede2cb576059dfbaa74c2448517a102eb44ddf
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Oswald Buddenhagen
2013-03-25 18:07:18 +01:00
parent 671587ebb4
commit 4fa66c8a33
20 changed files with 48 additions and 40 deletions

View File

@@ -2,7 +2,7 @@ TEMPLATE = lib
TARGET = HelloWorld
include(../../qtcreatorplugin.pri)
include(../../plugins/coreplugin/coreplugin.pri)
include(helloworld_dependencies.pri)
HEADERS += helloworldplugin.h \
helloworldwindow.h

View File

@@ -0,0 +1 @@
include(../../plugins/coreplugin/coreplugin.pri)