~ken-vandine/ubuntu-qtcreator-plugins/qtcreator-plugin_inline

« back to all changes in this revision

Viewing changes to src/qtcreatorplugin.pri

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-02-02 12:08:40 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20120202120840-5lym6dvribvbgviz
Tags: 2.4.1-0ubuntu1
* New upstream release.
* Add patches by Aurélien Gâteau to improve bzr integration.
* Build qtcreator out-of-source.
* Drop 01_fix_installation_paths.diff, not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
linux*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
80
80
 
81
81
!macx {
82
 
    target.path = $$[QT_INSTALL_LIBS]/qtcreator/plugins/$$PROVIDER
 
82
    target.path = /$$IDE_LIBRARY_BASENAME/qtcreator/plugins/$$PROVIDER
83
83
    pluginspec.files += $${TARGET}.pluginspec
84
 
    pluginspec.path = $$[QT_INSTALL_LIBS]/qtcreator/plugins/$$PROVIDER
 
84
    pluginspec.path = /$$IDE_LIBRARY_BASENAME/qtcreator/plugins/$$PROVIDER
85
85
    INSTALLS += target pluginspec
86
86
}
87
87