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

« back to all changes in this revision

Viewing changes to src/widgets/widgets.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
INCLUDEPATH += $$PWD
 
2
DEPENDPATH  += $$PWD
 
3
 
 
4
SOURCES += \
 
5
        $$PWD/busywidget.cpp \
 
6
        $$PWD/fancylabel.cpp \
 
7
        $$PWD/iconselect.cpp \
 
8
        $$PWD/iconwidget.cpp \ 
 
9
        $$PWD/psitextview.cpp \
 
10
        $$PWD/urllabel.cpp \
 
11
        $$PWD/urlobject.cpp \
 
12
        $$PWD/iconaction.cpp \
 
13
        $$PWD/fancypopup.cpp \
 
14
        $$PWD/psirichtext.cpp \
 
15
        $$PWD/psitooltip.cpp \
 
16
        $$PWD/psitabwidget.cpp \
 
17
        $$PWD/psitabbar.cpp
 
18
 
 
19
HEADERS += \
 
20
        $$PWD/stretchwidget.h \
 
21
        $$PWD/busywidget.h \
 
22
        $$PWD/fancylabel.h \
 
23
        $$PWD/iconselect.h \
 
24
        $$PWD/iconsetselect.h \
 
25
        $$PWD/iconsetdisplay.h \
 
26
        $$PWD/iconwidget.h \
 
27
        $$PWD/iconbutton.h \
 
28
        $$PWD/psitextview.h \
 
29
        $$PWD/iconaction.h \
 
30
        $$PWD/fancypopup.h \
 
31
        $$PWD/urllabel.h \
 
32
        $$PWD/urlobject.h \
 
33
        $$PWD/updatingcombobox.h \
 
34
        $$PWD/iconlabel.h \
 
35
        $$PWD/icontoolbutton.h \
 
36
        $$PWD/fancypopuplist.h \
 
37
        $$PWD/psirichtext.h \
 
38
        $$PWD/psitooltip.h \
 
39
        $$PWD/psitabwidget.h \
 
40
        $$PWD/psitabbar.h
 
41
 
 
42
# to remove dependency on iconset and stuff
 
43
#DEFINES += WIDGET_PLUGIN
 
44
 
 
45
# where to search for widgets plugin
 
46
#QMAKE_UIC += -L $$PWD