]> git.neil.brown.name Git - gta04-gsm-voice-routing.git/blob - qbuild.pro
Maybe improve sync of the different streams
[gta04-gsm-voice-routing.git] / qbuild.pro
1 TEMPLATE=app
2 TARGET=gsm-voice-routing
3
4 CONFIG+=qtopia
5 LIBS+=-lrt -lasound -lm -ldl -lpthread -lspeexdsp
6 DEFINES+=QTOPIA
7
8 # I18n info
9 STRING_LANGUAGE=en_US
10 LANGUAGES=en_US
11
12 # Package info
13 pkg [
14     name=gsm-voice-routing
15     desc="Voice routing for gsm call on GTA04"
16     license=LGPL
17     version=1.0
18     maintainer="Radek Polak <psonek2@seznam.cz>"
19 ]
20
21 SOURCES=gsm-voice-routing.c
22
23 # Install rules
24 target [
25     hint=sxe
26     domain=untrusted
27 ]