From a8a170a4d40d7dc77b71ba12714346735878f194 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 17 Nov 2011 19:05:51 +0100 Subject: [PATCH] fix installation under windows we cannot figure out what this code was supposed to be good for, and it actually breaks stuff, so let's remove it. patch actually by maurice. Change-Id: I18a80af4c8b49f2a29b86ca0c0d0a08632019339 Reviewed-by: Maurice Kalinowski --- src/qtcreatorlibrary.pri | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qtcreatorlibrary.pri b/src/qtcreatorlibrary.pri index 9b35abb390a..335e2ea978a 100644 --- a/src/qtcreatorlibrary.pri +++ b/src/qtcreatorlibrary.pri @@ -18,7 +18,6 @@ contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols !macx { win32 { target.path = /bin - target.files = $$DESTDIR/$${TARGET}.dll } else { target.path = /$$IDE_LIBRARY_BASENAME/qtcreator }