~ubuntu-branches/ubuntu/raring/quassel/raring-proposed

« back to all changes in this revision

Viewing changes to qtopia-build/quasseltopia.pro

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2008-06-27 19:21:30 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080627192130-kjsrutd8w40x5okn
Tags: upstream-0.2.0~rc1
ImportĀ upstreamĀ versionĀ 0.2.0~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
qtopia_project(qtopia app)
2
 
 
3
 
# error(QuasselTopia cannot be build at the moment. Its codebase is out of sync with the rest of Quassel. Please bear with us until we have fixed that!)
4
 
 
5
 
TARGET = quasseltopia
6
 
CONFIG += release qtopia_main no_quicklaunch no_singleexec
7
 
QT += core gui network
8
 
 
9
 
# Find files
10
 
INCLUDEPATH += ../src/qtopia ../src/uisupport ../src/client ../src/common
11
 
 
12
 
#DESTDIR = .
13
 
#OBJECTS_DIR = .obj
14
 
#MOC_DIR = .moc
15
 
#UIC_DIR = .ui
16
 
 
17
 
# Include .pri from src dirs
18
 
include(../src/common/common.pri)
19
 
include(../src/qtopia/qtopia.pri)
20
 
include(../src/client/client.pri)
21
 
include(../src/uisupport/uisupport.pri)
22
 
 
23
 
# Fix variable names
24
 
SOURCES = $$SRCS
25
 
HEADERS = $$HDRS
26
 
FORMS   = $$FRMS
27
 
 
28
 
# SXE permissions required
29
 
#pkg.domain=
30
 
#pkg.name=Quassel IRC
31
 
 
32
 
desktop.files=../src/qtopia/quasseltopia.desktop
33
 
desktop.path=/apps/Applications
34
 
#desktop.trtarget=example-nct
35
 
desktop.hint=desktop
36
 
 
37
 
pics.files=../src/images/qirc-icon.png
38
 
pics.path=/pics/quasselirc
39
 
pics.hint=pics
40
 
 
41
 
#help.source=help
42
 
#help.files=example.html
43
 
#help.hint=help
44
 
 
45
 
INSTALLS+=desktop pics
46
 
 
47
 
pkg.name=QuasselTopia
48
 
pkg.desc=Quassel IRC, a modern, distributed IRC client
49
 
pkg.version=0.1.0-pre
50
 
pkg.maintainer=www.quassel-irc.org
51
 
pkg.license=GPL
52
 
pkg.domain=window,net
53