-rw-r--r-- | noncore/unsupported/gsmtool/gsmtool.pro | 3 |
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 @@ -5,5 +5,6 @@ DESTDIR = $(OPIEDIR)/bin HEADERS = gsmtool.h SOURCES = main.cpp gsmtool.cpp -CXXFLAGS += -fexceptions +# This doesn't actually work... +TMAKE_CXXFLAGS += -fexceptions INCLUDEPATH += $(OPIEDIR)/include INCLUDEPATH += $(GSMLIBDIR) |