~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to libpsi/psiwidgets/psiwidgets.pri

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
psiwidgets {
2
 
        INCLUDEPATH += $$WIDGETS_CPP
3
 
 
4
 
        SOURCES += \
5
 
                $$WIDGETS_CPP/busywidget.cpp \
6
 
                $$WIDGETS_CPP/fancylabel.cpp \
7
 
                $$WIDGETS_CPP/iconselect.cpp \
8
 
                $$WIDGETS_CPP/iconwidget.cpp \ 
9
 
                $$WIDGETS_CPP/psitextview.cpp \
10
 
                $$WIDGETS_CPP/iconaction.cpp \
11
 
                $$WIDGETS_CPP/fancypopup.cpp \
12
 
                $$WIDGETS_CPP/psitabwidget.cpp \
13
 
                $$WIDGETS_CPP/psitabbar.cpp
14
 
 
15
 
        HEADERS += \
16
 
                $$WIDGETS_CPP/busywidget.h \
17
 
                $$WIDGETS_CPP/fancylabel.h \
18
 
                $$WIDGETS_CPP/iconselect.h \
19
 
                $$WIDGETS_CPP/iconwidget.h \
20
 
                $$WIDGETS_CPP/psitextview.h \
21
 
                $$WIDGETS_CPP/iconaction.h \
22
 
                $$WIDGETS_CPP/fancypopup.h \
23
 
                $$WIDGETS_CPP/fancypopuplist.h \
24
 
                $$WIDGETS_CPP/psitabwidget.h \
25
 
                $$WIDGETS_CPP/psitabbar.h
26
 
 
27
 
        # to remove dependency on iconset and stuff
28
 
        #DEFINES += WIDGET_PLUGIN
29
 
 
30
 
        # where to search for widgets plugin
31
 
        QMAKE_UIC += -L $$WIDGETS_CPP
32
 
}