~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

Viewing changes to libpsi/psiwidgets/psiwidgets.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2005-01-10 17:41:43 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110174143-ltocv5zapl6blf5d
Tags: 0.9.3-1
* New upstream release
* Cleaned up debian/rules (some things are done by upstream Makefiles now)
* Fixed some lintian warnings:
  - removed executable bit from some .png files
  - moved psi.desktop to /usr/share/applications
* Updated menu files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE        = lib
 
2
CONFIG          += qt thread warn_on release plugin
 
3
TARGET          = psiwidgets
 
4
 
 
5
#target.path    = $(QTDIR)/plugins/designer
 
6
#INSTALLS       += target
 
7
 
 
8
SOURCES += \
 
9
        psiwidgets.cpp \
 
10
        fancylabel.cpp \
 
11
        busywidget.cpp \
 
12
        iconwidget.cpp \
 
13
        psitextview.cpp
 
14
 
 
15
HEADERS += \
 
16
        psiwidgets.h \
 
17
        fancylabel.h \
 
18
        busywidget.h \
 
19
        iconwidget.h \
 
20
        psitextview.h
 
21
 
 
22
DISTFILES += \
 
23
        README \
 
24
        iconselect.cpp \
 
25
        iconselect.h
 
26
 
 
27
DEFINES += WIDGET_PLUGIN