~ubuntu-branches/ubuntu/edgy/psi/edgy

« back to all changes in this revision

Viewing changes to iris/example/xmpptest/xmpptest.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2004-06-15 00:10:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040615001041-enywb6pcpe4sjsw6
Tags: 0.9.2-1
* New upstream release
* Set KDEDIR for ./configure so kde specific files get installed
* Don't install libpsiwidgets.so. It got installed in /usr/share
  where it doesn't belong. May be included (at a better location)
  later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = app
 
2
CONFIG += thread
 
3
TARGET  = xmpptest
 
4
 
 
5
MOC_DIR        = .moc
 
6
OBJECTS_DIR    = .obj
 
7
UI_DIR         = .ui
 
8
 
 
9
#DEFINES += CS_XMPP
 
10
 
 
11
#INCLUDEPATH += /usr/local/include ../../../qca/src
 
12
 
 
13
include(iris.pri)
 
14
 
 
15
SOURCES += xmpptest.cpp
 
16
INTERFACES += ui_test.ui
 
17
 
 
18
# iris
 
19
#LIBS += -L/usr/local/lib -liris
 
20
 
 
21
# stupid gentoo cyrus sasl hack
 
22
#LIBS += -lcrypto