summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-11-08 17:25:24 +0100
committerEike Ziller <eike.ziller@nokia.com>2011-11-09 17:46:12 +0100
commit7018dbf35f96ccc80bd8b81585c3f0ca508e670f (patch)
tree529e8e59165de8f36fd40bd9708b1799e23f4041 /src
parent7f94699d1fc60e821869ed59da74a161a7556fae (diff)
downloadqt-creator-7018dbf35f96ccc80bd8b81585c3f0ca508e670f.tar.gz
make use of QMAKE_SUBSTITUTES less bizarre
qmake should work well enough for that now. we use the same construct in app.pro, anyway. Change-Id: Iabee60e9b898e92e003850e0a8c88673fa3ced6d Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/qtcreatorplugin.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri
index 79fc1d7d51..997dd56624 100644
--- a/src/qtcreatorplugin.pri
+++ b/src/qtcreatorplugin.pri
@@ -40,8 +40,8 @@ PLUGINSPEC = $$_PRO_FILE_PWD_/$${TARGET}.pluginspec
PLUGINSPEC_IN = $${PLUGINSPEC}.in
exists($$PLUGINSPEC_IN) {
OTHER_FILES += $$PLUGINSPEC_IN
+ QMAKE_SUBSTITUTES += $$PLUGINSPEC_IN
PLUGINSPEC = $$OUT_PWD/$${TARGET}.pluginspec
- QMAKE_SUBSTITUTES += $${PLUGINSPEC}.in
copy2build.output = $$DESTDIR/${QMAKE_FUNC_FILE_IN_stripOutDir}
} else {
# need to support that for external plugins