Actually... I have nearly no clue what the changes in this revision are. Since most...
[quassel.git] / qtopia-build / quasseltopia.pro
1 qtopia_project(qtopia app)
2
3 TARGET=quasseltopia
4 CONFIG+=debug qtopia_main no_quicklaunch no_singleexec no_sxe_test
5 QT = core gui network
6
7 # Find files
8 INCLUDEPATH+=../src/qtopia ../src/client ../src/common ../src/contrib/qxt
9
10
11 # Include .pri from src dirs
12 include(../src/contrib/qxt/qxt.pri)
13 include(../src/common/common.pri)
14 include(../src/qtopia/qtopia.pri)
15 include(../src/client/client.pri)
16
17 # Fix variable names
18 SOURCES = $$SRCS
19 HEADERS = $$HDRS
20 FORMS   = $$FRMS
21
22 # SXE permissions required
23 #pkg.domain=none
24 #pkg.name=Quassel IRC
25
26 desktop.files=../src/qtopia/quasseltopia.desktop
27 desktop.path=/apps/Applications
28 desktop.trtarget=example-nct
29 desktop.hint=nct desktop
30
31 #pics.files=pics/*
32 #pics.path=/pics/example
33 #pics.hint=pics
34
35 #help.source=help
36 #help.files=example.html
37 #help.hint=help
38
39 INSTALLS+=desktop
40
41 pkg.name=QuasselTopia
42 pkg.desc=Quassel IRC, a next-gen IRC client
43 pkg.version=0.0.1-1
44 pkg.maintainer=www.quassel-irc.org
45 pkg.license=GPL
46 pkg.domain=window