Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 347987
Collapse All | Expand All

(-)qt-creator-2.1.0-rc1-src/src/plugins/qmldesigner/qtquickplugin/plugindestdir.pri.qtquickplugin-lib-fix (-1 / +3 lines)
Lines 1-5 Link Here
1
macx {
1
macx {
2
  DESTDIR = $$IDE_LIBRARY_PATH/QmlDesigner
2
  DESTDIR = $$IDE_LIBRARY_PATH/QmlDesigner
3
} else {
3
} else {
4
  DESTDIR = $$IDE_BUILD_TREE/lib/qmldesigner
4
  DESTDIR = $$IDE_BUILD_TREE/$$IDE_LIBRARY_BASENAME/qmldesigner
5
  target.path = /$$IDE_LIBRARY_BASENAME/qmldesigner
6
  INSTALLS += target
5
}
7
}

Return to bug 347987