summaryrefslogtreecommitdiff
path: root/noncore/unsupported/gsmtool/gsmtool.pro
Side-by-side diff
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 @@
+TEMPLATE = app
+#CONFIG = qt warn_on debug
+CONFIG = qt warn_on release
+DESTDIR = $(OPIEDIR)/bin
+HEADERS = gsmtool.h
+SOURCES = main.cpp gsmtool.cpp
+CXXFLAGS += -fexceptions
+INCLUDEPATH += $(OPIEDIR)/include
+INCLUDEPATH += $(GSMLIBDIR)
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme
+INTERFACES = gsmtoolbase.ui
+TARGET = gsmtool