Skip to content

Commit

Permalink
Respect 64 bit library path for Qt Components
Browse files Browse the repository at this point in the history
Task-Number: QTCREATORBUG-6033
Change-Id: Ib1734956ea88d576354afad686880fa91ea0a38e
Reviewed-on: http://codereview.qt-project.org/4371
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
  • Loading branch information
Daniel Molkentin authored and Eike Ziller committed Sep 8, 2011
1 parent fa3fe48 commit c4fb17b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/qtcreator/qtcomponents/qtcomponents.pro
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ DATA_FILE_PATTERNS = \

!macx {
qmlfiles.files = $$PWD/*.qml $$PWD/qmldir $$PWD/images $$PWD/custom
qmlfiles.path = /lib/qtcreator/qtcomponents
qmlfiles.path = /$${IDE_LIBRARY_BASENAME}/qtcreator/qtcomponents
INSTALLS += qmlfiles
}
2 changes: 1 addition & 1 deletion src/libs/qtcomponents/styleitem/styleitem.pro
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ SOURCES += qtmenu.cpp \
qwheelarea.cpp

!macx {
target.path = /lib/qtcreator/qtcomponents/plugin
target.path = /$${IDE_LIBRARY_BASENAME}/qtcreator/qtcomponents/plugin
INSTALLS += target
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
macx {
DESTDIR = $$IDE_LIBRARY_PATH/QmlDesigner
} else {
DESTDIR = $$IDE_BUILD_TREE/lib/qmldesigner
DESTDIR = $$IDE_BUILD_TREE/$${IDE_LIBRARY_PATH}/qmldesigner
}

0 comments on commit c4fb17b

Please sign in to comment.