author | mickeyl <mickeyl> | 2004-05-20 21:16:24 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-05-20 21:16:24 (UTC) |
commit | cc30786a9fa612bb6ad0d19d6564f7e432267f7a (patch) (side-by-side diff) | |
tree | 771864cc02c40088c102fe6effc492d05393e3f1 /inputmethods | |
parent | bd50c1a78affd8a6ce6b9e6d811831c0e3325303 (diff) | |
download | opie-cc30786a9fa612bb6ad0d19d6564f7e432267f7a.zip opie-cc30786a9fa612bb6ad0d19d6564f7e432267f7a.tar.gz opie-cc30786a9fa612bb6ad0d19d6564f7e432267f7a.tar.bz2 |
remove bogus paths out of .pro files
-rw-r--r-- | inputmethods/dasher/dasher.pro | 2 | ||||
-rw-r--r-- | inputmethods/dvorak/dvorak.pro | 2 | ||||
-rw-r--r-- | inputmethods/handwriting/handwriting.pro | 2 | ||||
-rw-r--r-- | inputmethods/keyboard/keyboard.pro | 2 | ||||
-rw-r--r-- | inputmethods/multikey/multikey.pro | 2 | ||||
-rw-r--r-- | inputmethods/pickboard/pickboard.pro | 2 | ||||
-rw-r--r-- | inputmethods/unikeyboard/unikeyboard.pro | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/inputmethods/dasher/dasher.pro b/inputmethods/dasher/dasher.pro index b7669a4..607fa6d 100644 --- a/inputmethods/dasher/dasher.pro +++ b/inputmethods/dasher/dasher.pro @@ -45,3 +45,3 @@ DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += ../$(OPIEDIR)/include ../../launcher +DEPENDPATH += ../../launcher LIBS += -lqpe diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index 68c010f..91b3608 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro @@ -9,3 +9,3 @@ DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += ../$(OPIEDIR)/include ../../launcher +DEPENDPATH += ../../launcher LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index e6f3b3f..b343e54 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro @@ -28,3 +28,3 @@ DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += ../$(OPIEDIR)/include ../../launcher +DEPENDPATH += ../../launcher LIBS += -lqpe -lopiecore2 diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index 1fab50f..57b39e8 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro @@ -9,3 +9,3 @@ DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += ../$(OPIEDIR)/include ../../launcher +DEPENDPATH += ../../launcher LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard diff --git a/inputmethods/multikey/multikey.pro b/inputmethods/multikey/multikey.pro index 3a7de06..f14dc01 100644 --- a/inputmethods/multikey/multikey.pro +++ b/inputmethods/multikey/multikey.pro @@ -11,3 +11,3 @@ DESTDIR = $(OPIEDIR)/plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += ../$(OPIEDIR)/include ../../launcher +DEPENDPATH += ../../launcher LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard -lqtaux2 -lopieui2 diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro index 3c1734c..2551977 100644 --- a/inputmethods/pickboard/pickboard.pro +++ b/inputmethods/pickboard/pickboard.pro @@ -7,3 +7,3 @@ DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += ../$(OPIEDIR)/include ../../launcher +DEPENDPATH += ../../launcher LIBS += -lqpe diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro index 64937d0..9f468c4 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro @@ -7,3 +7,3 @@ DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += ../$(OPIEDIR)/include ../../launcher +DEPENDPATH += ../../launcher LIBS += -lqpe |