diff options
author | dt <qtc-committer@nokia.com> | 2010-06-22 12:41:20 +0200 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2010-06-22 12:47:04 +0200 |
commit | 2bd2373b38f4c45163c2e0d9056fa731d259699e (patch) | |
tree | 7cda3997e8935ad5547bbfeaf4d5e80f0593e147 /qtcreator.pri | |
parent | 123e2b6cce37baaafe15a877c6e3aedb9d1d6e95 (diff) | |
download | qt-creator-2bd2373b38f4c45163c2e0d9056fa731d259699e.tar.gz |
Remove LD_LIBRARY_PATH script.
Christian Kamm convinced me that it should not have any effect.
Reviewed-By: ckamm
Task-Nr: QTCREATORBUG-1646
Diffstat (limited to 'qtcreator.pri')
-rw-r--r-- | qtcreator.pri | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qtcreator.pri b/qtcreator.pri index b4ca541b0f..dfae8f9ef1 100644 --- a/qtcreator.pri +++ b/qtcreator.pri @@ -67,8 +67,7 @@ macx { contains(TEMPLATE, vc.*)|contains(TEMPLATE_PREFIX, vc):vcproj = 1 IDE_APP_TARGET = qtcreator } else { - IDE_APP_WRAPPER = qtcreator - IDE_APP_TARGET = qtcreator.bin + IDE_APP_TARGET = qtcreator } IDE_LIBRARY_PATH = $$IDE_BUILD_TREE/$$IDE_LIBRARY_BASENAME/qtcreator IDE_PLUGIN_PATH = $$IDE_LIBRARY_PATH/plugins |