forked from qt-creator/qt-creator
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>
This commit is contained in:
committed by
Maurice Kalinowski
parent
adc52bf783
commit
a8a170a4d4
@@ -18,7 +18,6 @@ contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
|
|||||||
!macx {
|
!macx {
|
||||||
win32 {
|
win32 {
|
||||||
target.path = /bin
|
target.path = /bin
|
||||||
target.files = $$DESTDIR/$${TARGET}.dll
|
|
||||||
} else {
|
} else {
|
||||||
target.path = /$$IDE_LIBRARY_BASENAME/qtcreator
|
target.path = /$$IDE_LIBRARY_BASENAME/qtcreator
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user