summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/calc.pro
authorkergoth <kergoth>2003-01-24 01:29:06 (UTC)
committer kergoth <kergoth>2003-01-24 01:29:06 (UTC)
commit039367f738688f9484a487db8720a5bd2ad5878f (patch) (unidiff)
tree3ad1716b648f54cf63b91358bad5d072938f7b6a /noncore/tools/calc2/calc.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/tools/calc2/calc.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/calc2/calc.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 31b277f..8dfba95 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -5,25 +5,25 @@
5#SOURCES += calc.cpp main.cpp engine.cpp 5#SOURCES += calc.cpp main.cpp engine.cpp
6#INCLUDEPATH += $(OPIEDIR)/include 6#INCLUDEPATH += $(OPIEDIR)/include
7#DEPENDPATH += $(OPIEDIR)/include 7#DEPENDPATH += $(OPIEDIR)/include
8#LIBS += -lqpe -Wl,-export-dynamic 8#LIBS += -lqpe -Wl,-export-dynamic
9#TARGET = calc 9#TARGET = calc
10#DESTDIR = $(OPIEDIR)/bin 10#DESTDIR = $(OPIEDIR)/bin
11# 11#
12#TRANSLATIONS = ../../../i18n/de/calc.pro \ 12#TRANSLATIONS = ../../../i18n/de/calc.pro \
13 # ../../../i18n/en/calc.pro \ 13 # ../../../i18n/en/calc.pro \
14 # ../../../i18n/es/calc.pro \ 14 # ../../../i18n/es/calc.pro \
15 # ../../../i18n/fr/calc.pro \ 15 # ../../../i18n/fr/calc.pro \
16 # ../../../i18n/hu/calc.pro \ 16 # ../../../i18n/hu/calc.pro \
17 # ../../../i18n/ja/calc.pro \ 17 # ../../../i18n/ja/calc.pro \
18 # ../../../i18n/ko/calc.pro \ 18 # ../../../i18n/ko/calc.pro \
19 # ../../../i18n/no/calc.pro \ 19 # ../../../i18n/no/calc.pro \
20 # ../../../i18n/pl/calc.pro \ 20 # ../../../i18n/pl/calc.pro \
21 # ../../../i18n/pt/calc.pro \ 21 # ../../../i18n/pt/calc.pro \
22 # ../../../i18n/pt_BR/calc.pro \ 22 # ../../../i18n/pt_BR/calc.pro \
23 # ../../../i18n/sl/calc.pro \ 23 # ../../../i18n/sl/calc.pro \
24 # ../../../i18n/zh_CN/calc.pro \ 24 # ../../../i18n/zh_CN/calc.pro \
25 # ../../../i18n/zh_TW/calc.pro 25 # ../../../i18n/zh_TW/calc.pro
26 26
27 27
28 28
29include ( ../../../include.pro ) 29include ( $(OPIEDIR)/include.pro )