~lubuntu-dev/juffed/trunk

« back to all changes in this revision

Viewing changes to plugins/terminal/terminal/terminal.pro

  • Committer: Mikhail Murzin
  • Date: 2012-01-31 01:33:22 UTC
  • Revision ID: git-v1:28dda15acf875c1565ffd527d8d4e8daa88ac487
Added plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include(../../juffed-plugins.pri)
 
2
 
 
3
TARGET      = terminal
 
4
DESTDIR     = ../..
 
5
 
 
6
HEADERS     = TerminalPlugin.h
 
7
SOURCES     = TerminalPlugin.cpp
 
8
FORMS       = preferences.ui
 
9
 
 
10
INCLUDEPATH += ../qtermwidget/lib
 
11
LIBS        += -L../qtermwidget -lqtermwidget