diff options
author | Oswald Buddenhagen <[email protected]> | 2013-03-25 18:28:12 +0100 |
---|---|---|
committer | Oswald Buddenhagen <[email protected]> | 2013-04-02 12:19:31 +0200 |
commit | 7ce33622888899215acaab231864424dd9f9715b (patch) | |
tree | 288edc3f90059520a55f98ee12bee125187eff3d /src/plugins/help/help.pro | |
parent | 8dd616f3871865a3e14a333e02cc8e2fb911598f (diff) |
automatically include libs' and plugins' _dependencies.pri files
Change-Id: I25645bb625b467c6f9d895ff89a70acd6a25683e
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index 7e2dd639dc7..c568adeef9f 100644 --- a/src/plugins/help/help.pro +++ b/src/plugins/help/help.pro @@ -14,7 +14,6 @@ greaterThan(QT_MAJOR_VERSION, 4) { INCLUDEPATH += $$PWD include(../../qtcreatorplugin.pri) -include(help_dependencies.pri) DEFINES += \ QT_CLUCENE_SUPPORT \ |