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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2005-01-10 17:41:43 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110174143-ltocv5zapl6blf5d
Tags: 0.9.3-1
* New upstream release
* Cleaned up debian/rules (some things are done by upstream Makefiles now)
* Fixed some lintian warnings:
  - removed executable bit from some .png files
  - moved psi.desktop to /usr/share/applications
* Updated menu files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = app
 
2
CONFIG += qt thread console
 
3
TARGET = server
 
4
 
 
5
MOC_DIR        = .moc
 
6
OBJECTS_DIR    = .obj
 
7
UI_DIR         = .ui
 
8
 
 
9
include(../xmpptest/iris.pri)
 
10
 
 
11
SOURCES += server.cpp
 
12
 
 
13
# gentoo hack?
 
14
LIBS += -lcrypto
 
15