diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-11-01 18:02:26 +0100 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-11-03 17:47:41 +0100 |
commit | e160f071ce16dc46fdeaa03b985fe8d44fb58608 (patch) | |
tree | 95f60d765fd4a35c0eaa0ac3a115a8e84d4ca1ca /src/qtcreatorplugin.pri | |
parent | 65650b26a5b03d40b612026094234a42cef07f23 (diff) | |
download | qt-creator-e160f071ce16dc46fdeaa03b985fe8d44fb58608.tar.gz |
centralize addition of pluginspecs to OTHER_FILES
Diffstat (limited to 'src/qtcreatorplugin.pri')
-rw-r--r-- | src/qtcreatorplugin.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri index f27097c037..fc7b40ef07 100644 --- a/src/qtcreatorplugin.pri +++ b/src/qtcreatorplugin.pri @@ -26,6 +26,7 @@ copy2build.name = COPY ${QMAKE_FILE_IN} copy2build.CONFIG += no_link QMAKE_EXTRA_COMPILERS += copy2build +OTHER_FILES += $$PLUGINSPECS macx { !isEmpty(TIGER_COMPAT_MODE) { |