~ubuntu-branches/ubuntu/vivid/psi/vivid

« back to all changes in this revision

Viewing changes to src/plugins/plugins.pri

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
CONFIG += plugin
3
3
QT += xml
4
4
 
5
 
target.path     = $$(HOME)/.psi/plugins
6
 
INSTALLS        += target
7
 
 
8
 
PSI_PATH = ../../..
9
 
 
10
 
 
11
 
INCLUDEPATH += $$PSI_PATH 
 
5
target.path = $$(HOME)/.psi/plugins
 
6
INSTALLS += target
 
7
 
 
8
PSI_PATH = $$PWD/..
 
9
 
 
10
 
 
11
INCLUDEPATH += $$PSI_PATH
12
12
 
13
13
HEADERS += $$PSI_PATH/psiplugin.h