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

« back to all changes in this revision

Viewing changes to src/widgets/unittest/iconaction/iconaction.pro

  • 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
# unittest helpers
 
2
TARGET = iconaction
 
3
CONFIG += unittest
 
4
TESTBASEDIR = ../../../../unittest
 
5
include($$TESTBASEDIR/unittest.pri)
 
6
 
 
7
QT += gui
 
8
DEFINES += WIDGET_PLUGIN
 
9
 
 
10
INCLUDEPATH += ../..
 
11
DEPENDPATH  += ../..
 
12
 
 
13
SOURCES += \
 
14
        testiconaction.cpp \
 
15
        ../../iconaction.cpp \
 
16
        ../../iconwidget.cpp
 
17
        
 
18
HEADERS += \
 
19
        ../../iconaction.h \
 
20
        ../../iconwidget.h \
 
21
        ../../icontoolbutton.h \
 
22
        ../../iconbutton.h \
 
23
        ../../iconsetdisplay.h \
 
24
        ../../iconsetselect.h
 
 
b'\\ No newline at end of file'