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

« back to all changes in this revision

Viewing changes to src/unittest/caps/caps.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CONFIG += qtestlib
2
 
CONFIG -= app_bundle
3
 
QT += xml
4
 
 
5
 
# The actual sources
6
 
SOURCES += \
7
 
        testcaps.cpp \
8
 
        stringprep_stubs.c
9
 
 
10
 
# Dependent source code
11
 
IRIS_PATH = ../../../iris
12
 
PSI_PATH = ../..
13
 
CUTESTUFF_PATH = ../../../cutestuff
14
 
INCLUDEPATH += $$IRIS_PATH/include $$PSI_PATH $$IRIS_PATH/libidn $$IRIS_PATH/xmpp-im $$CUTESTUFF_PATH/legacy
15
 
 
16
 
HEADERS += \
17
 
        $$IRIS_PATH/include/xmpp_features.h \
18
 
        $$IRIS_PATH/include/xmpp_agentitem.h \
19
 
        $$IRIS_PATH/include/xmpp_discoitem.h \
20
 
        $$IRIS_PATH/include/xmpp_jid.h \
21
 
        $$IRIS_PATH/include/xmpp_task.h \
22
 
        $$IRIS_PATH/xmpp-im/xmpp_discoinfotask.h \
23
 
        $$PSI_PATH/capsspec.h \
24
 
        $$PSI_PATH/capsregistry.h \
25
 
        $$PSI_PATH/capsmanager.h 
26
 
 
27
 
SOURCES += \
28
 
        $$IRIS_PATH/xmpp-im/xmpp_features.cpp \
29
 
        $$IRIS_PATH/xmpp-im/xmpp_discoitem.cpp \
30
 
        $$IRIS_PATH/xmpp-im/xmpp_discoinfotask.cpp \
31
 
        $$IRIS_PATH/xmpp-im/xmpp_task.cpp \
32
 
        $$IRIS_PATH/xmpp-im/xmpp_xmlcommon.cpp \
33
 
        $$IRIS_PATH/xmpp-core/jid.cpp \
34
 
        $$IRIS_PATH/xmpp-core/xmpp_stanza.cpp \
35
 
        $$PSI_PATH/capsspec.cpp \
36
 
        $$PSI_PATH/capsregistry.cpp \
37
 
        $$PSI_PATH/capsmanager.cpp