summaryrefslogtreecommitdiff
path: root/noncore/unsupported/gsmtool/gsmtool.pro
authordwmw2 <dwmw2>2002-04-02 00:02:59 (UTC)
committer dwmw2 <dwmw2>2002-04-02 00:02:59 (UTC)
commit2314955ff0127a570e25e7e7a10ce4d17a2de0e2 (patch) (unidiff)
treec19c960b4efa48c2238fefe743a28de418d382da /noncore/unsupported/gsmtool/gsmtool.pro
parentdd9e49cca8cd9a32a52edfc6b6a0683579612a75 (diff)
downloadopie-2314955ff0127a570e25e7e7a10ce4d17a2de0e2.zip
opie-2314955ff0127a570e25e7e7a10ce4d17a2de0e2.tar.gz
opie-2314955ff0127a570e25e7e7a10ce4d17a2de0e2.tar.bz2
Start of GSM app. Still not decided what to do with gsmlib. Needs icon.
Diffstat (limited to 'noncore/unsupported/gsmtool/gsmtool.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/gsmtool/gsmtool.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro
new file mode 100644
index 0000000..0f5fb43
--- a/dev/null
+++ b/noncore/unsupported/gsmtool/gsmtool.pro
@@ -0,0 +1,13 @@
1 TEMPLATE= app
2 #CONFIG = qt warn_on debug
3 CONFIG = qt warn_on release
4DESTDIR = $(OPIEDIR)/bin
5 HEADERS = gsmtool.h
6 SOURCES = main.cpp gsmtool.cpp
7CXXFLAGS += -fexceptions
8 INCLUDEPATH+= $(OPIEDIR)/include
9 INCLUDEPATH+= $(GSMLIBDIR)
10 DEPENDPATH+= $(OPIEDIR)/include
11LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme
12 INTERFACES= gsmtoolbase.ui
13 TARGET = gsmtool