Fixed the empty line bug when handling CTCP messages. While doing so,
[quassel.git] / qtopia-build / quasseltopia.pro
1 qtopia_project(qtopia app)
2
3 TARGET = quasseltopia
4 CONFIG += release qtopia_main no_quicklaunch no_singleexec
5 QT += core gui network
6
7 # Find files
8 INCLUDEPATH += ../src/qtopia ../src/uisupport ../src/client ../src/common
9
10 #DESTDIR = .
11 #OBJECTS_DIR = .obj
12 #MOC_DIR = .moc
13 #UIC_DIR = .ui
14
15 # Include .pri from src dirs
16 include(../src/common/common.pri)
17 include(../src/qtopia/qtopia.pri)
18 include(../src/client/client.pri)
19 include(../src/uisupport/uisupport.pri)
20
21 # Fix variable names
22 SOURCES = $$SRCS
23 HEADERS = $$HDRS
24 FORMS   = $$FRMS
25
26 # SXE permissions required
27 #pkg.domain=
28 #pkg.name=Quassel IRC
29
30 desktop.files=../src/qtopia/quasseltopia.desktop
31 desktop.path=/apps/Applications
32 #desktop.trtarget=example-nct
33 desktop.hint=desktop
34
35 pics.files=../src/images/qirc-icon.png
36 pics.path=/pics/quasselirc
37 pics.hint=pics
38
39 #help.source=help
40 #help.files=example.html
41 #help.hint=help
42
43 INSTALLS+=desktop pics
44
45 pkg.name=QuasselTopia
46 pkg.desc=Quassel IRC, a modern, distributed IRC client
47 pkg.version=0.1.0-pre
48 pkg.maintainer=www.quassel-irc.org
49 pkg.license=GPL
50 pkg.domain=window,net
51