aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/plugindestdir.pri
blob: c67bb10b51d46864adfe4e857511fa4498dfee30 (plain)
1
2
3
4
5
6
7
macx {
  DESTDIR = $$IDE_PLUGIN_PATH/QmlDesigner
} else {
  DESTDIR = $$IDE_PLUGIN_PATH/qmldesigner
  target.path  = $$QTC_PREFIX/$$IDE_LIBRARY_BASENAME/qtcreator/plugins/qmldesigner
  INSTALLS    += target
}