summaryrefslogtreecommitdiff
path: root/noncore/unsupported/gsmtool/gsmtool.pro
authordwmw2 <dwmw2>2002-04-03 11:33:19 (UTC)
committer dwmw2 <dwmw2>2002-04-03 11:33:19 (UTC)
commitbaf2c30815ade433d18d1b6c8a7924c050344d23 (patch) (unidiff)
tree1adeda94edba4903e3d6ce076736b7dd25d25fb1 /noncore/unsupported/gsmtool/gsmtool.pro
parent48f7cbcb23cfd4daff6218d8902e0049af674b9f (diff)
downloadopie-baf2c30815ade433d18d1b6c8a7924c050344d23.zip
opie-baf2c30815ade433d18d1b6c8a7924c050344d23.tar.gz
opie-baf2c30815ade433d18d1b6c8a7924c050344d23.tar.bz2
Do the CXXFLAGS thing which is at least _supposed_ to work
Diffstat (limited to 'noncore/unsupported/gsmtool/gsmtool.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/gsmtool/gsmtool.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro
index 0f5fb43..35def3f 100644
--- a/noncore/unsupported/gsmtool/gsmtool.pro
+++ b/noncore/unsupported/gsmtool/gsmtool.pro
@@ -4,7 +4,8 @@ CONFIG = qt warn_on release
4DESTDIR = $(OPIEDIR)/bin 4DESTDIR = $(OPIEDIR)/bin
5 HEADERS = gsmtool.h 5 HEADERS = gsmtool.h
6 SOURCES = main.cpp gsmtool.cpp 6 SOURCES = main.cpp gsmtool.cpp
7CXXFLAGS += -fexceptions 7# This doesn't actually work...
8TMAKE_CXXFLAGS += -fexceptions
8 INCLUDEPATH+= $(OPIEDIR)/include 9 INCLUDEPATH+= $(OPIEDIR)/include
9 INCLUDEPATH+= $(GSMLIBDIR) 10 INCLUDEPATH+= $(GSMLIBDIR)
10 DEPENDPATH+= $(OPIEDIR)/include 11 DEPENDPATH+= $(OPIEDIR)/include