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