diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2012-08-21 15:22:20 +0200 |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2012-08-21 16:56:20 +0200 |
commit | 60277db1647695caf00275fac229abf5a925396c (patch) | |
tree | d0436f64bbd18c3483def7b3246030e31ab19525 /src/qtcreatorplugin.pri | |
parent | 4e60a152564797764196954e3acfb9a2ff565c9e (diff) | |
download | qt-creator-60277db1647695caf00275fac229abf5a925396c.tar.gz |
Fix compilation with Qt 5 / nmake / shadow builds
qmake/qt4 included the source directory automatically for most plugins,
which got dropped in qt 5 (change 0f548b1744e2). Make sure it's
included again ...
Change-Id: Ief06cf9b3c7afd8432df7511df5f917023d477ef
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/qtcreatorplugin.pri')
-rw-r--r-- | src/qtcreatorplugin.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri index 53ceac018b..ea0360753b 100644 --- a/src/qtcreatorplugin.pri +++ b/src/qtcreatorplugin.pri @@ -90,6 +90,8 @@ macx { QMAKE_RPATHDIR = } +# put .pro file directory in INCLUDEPATH +CONFIG += include_source_dir contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols |