summaryrefslogtreecommitdiff
path: root/noncore/unsupported/gsmtool/gsmtool.pro
authorkergoth <kergoth>2003-01-24 01:29:06 (UTC)
committer kergoth <kergoth>2003-01-24 01:29:06 (UTC)
commit039367f738688f9484a487db8720a5bd2ad5878f (patch) (side-by-side diff)
tree3ad1716b648f54cf63b91358bad5d072938f7b6a /noncore/unsupported/gsmtool/gsmtool.pro
parenta30140aaac1c0144c93a6fc3b1085e78612b94b1 (diff)
downloadopie-039367f738688f9484a487db8720a5bd2ad5878f.zip
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.gz
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.bz2
Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
Diffstat (limited to 'noncore/unsupported/gsmtool/gsmtool.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/gsmtool/gsmtool.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro
index 9a55fce..ca0620d 100644
--- a/noncore/unsupported/gsmtool/gsmtool.pro
+++ b/noncore/unsupported/gsmtool/gsmtool.pro
@@ -1,35 +1,35 @@
TEMPLATE = app
#CONFIG = qt warn_on debug
CONFIG = qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = gsmtool.h
SOURCES = main.cpp gsmtool.cpp
# This doesn't actually work...
TMAKE_CXXFLAGS += -fexceptions
INCLUDEPATH += $(OPIEDIR)/include
INCLUDEPATH += $(GSMLIBDIR)
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme
INTERFACES = gsmtoolbase.ui
TARGET = gsmtool
TRANSLATIONS = ../../../i18n/de/gsmtool.ts \
../../../i18n/da/gsmtool.ts \
../../../i18n/xx/gsmtool.ts \
../../../i18n/en/gsmtool.ts \
../../../i18n/es/gsmtool.ts \
../../../i18n/fr/gsmtool.ts \
../../../i18n/hu/gsmtool.ts \
../../../i18n/ja/gsmtool.ts \
../../../i18n/ko/gsmtool.ts \
../../../i18n/no/gsmtool.ts \
../../../i18n/pl/gsmtool.ts \
../../../i18n/pt/gsmtool.ts \
../../../i18n/pt_BR/gsmtool.ts \
../../../i18n/sl/gsmtool.ts \
../../../i18n/zh_CN/gsmtool.ts \
../../../i18n/zh_TW/gsmtool.ts
-include ( ../../../include.pro )
+include ( $(OPIEDIR)/include.pro )