From e9b1931756276217d9bcae798fbe9990ff451f1c Mon Sep 17 00:00:00 2001 From: Radek Polak Date: Sun, 5 Feb 2012 00:19:29 +0000 Subject: [PATCH] Added qbuild project for QtMoko --- qbuild.pro | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 qbuild.pro diff --git a/qbuild.pro b/qbuild.pro new file mode 100644 index 0000000..3c906c7 --- /dev/null +++ b/qbuild.pro @@ -0,0 +1,27 @@ +TEMPLATE=app +TARGET=gsm-voice-routing + +CONFIG+=qtopia +LIBS+=-lrt -lasound -lm -ldl -lpthread +DEFINES+=QTOPIA + +# I18n info +STRING_LANGUAGE=en_US +LANGUAGES=en_US + +# Package info +pkg [ + name=gsm-voice-routing + desc="Voice routing for gsm call on GTA04" + license=LGPL + version=1.0 + maintainer="Radek Polak " +] + +SOURCES=gsm-voice-routing.c + +# Install rules +target [ + hint=sxe + domain=untrusted +] \ No newline at end of file -- 2.39.5