summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-11-17 19:05:51 +0100
committerMaurice Kalinowski <maurice.kalinowski@nokia.com>2011-11-18 08:00:09 +0100
commita8a170a4d40d7dc77b71ba12714346735878f194 (patch)
tree5c156f7104ce0b9a8d76fb1417f4e13dc7c9b834
parentadc52bf7838bb27dc0cefc77ae5e35216daf7df4 (diff)
downloadqt-creator-a8a170a4d40d7dc77b71ba12714346735878f194.tar.gz
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 <maurice.kalinowski@nokia.com>
-rw-r--r--src/qtcreatorlibrary.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qtcreatorlibrary.pri b/src/qtcreatorlibrary.pri
index 9b35abb390..335e2ea978 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
}