Skip to content
Snippets Groups Projects
Commit c4fb17be authored by Daniel Molkentin's avatar Daniel Molkentin Committed by Eike Ziller
Browse files

Respect 64 bit library path for Qt Components

Task-Number: QTCREATORBUG-6033
Change-Id: Ib1734956ea88d576354afad686880fa91ea0a38e
Reviewed-on: http://codereview.qt-project.org/4371


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
parent fa3fe482
Branches
Tags
No related merge requests found
...@@ -52,6 +52,6 @@ DATA_FILE_PATTERNS = \ ...@@ -52,6 +52,6 @@ DATA_FILE_PATTERNS = \
!macx { !macx {
qmlfiles.files = $$PWD/*.qml $$PWD/qmldir $$PWD/images $$PWD/custom qmlfiles.files = $$PWD/*.qml $$PWD/qmldir $$PWD/images $$PWD/custom
qmlfiles.path = /lib/qtcreator/qtcomponents qmlfiles.path = /$${IDE_LIBRARY_BASENAME}/qtcreator/qtcomponents
INSTALLS += qmlfiles INSTALLS += qmlfiles
} }
...@@ -29,6 +29,6 @@ SOURCES += qtmenu.cpp \ ...@@ -29,6 +29,6 @@ SOURCES += qtmenu.cpp \
qwheelarea.cpp qwheelarea.cpp
!macx { !macx {
target.path = /lib/qtcreator/qtcomponents/plugin target.path = /$${IDE_LIBRARY_BASENAME}/qtcreator/qtcomponents/plugin
INSTALLS += target INSTALLS += target
} }
macx { macx {
DESTDIR = $$IDE_LIBRARY_PATH/QmlDesigner DESTDIR = $$IDE_LIBRARY_PATH/QmlDesigner
} else { } else {
DESTDIR = $$IDE_BUILD_TREE/lib/qmldesigner DESTDIR = $$IDE_BUILD_TREE/$${IDE_LIBRARY_PATH}/qmldesigner
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment