-rw-r--r-- | inputmethods/jumpx/Makefile.in | 16 | ||||
-rw-r--r-- | inputmethods/jumpx/jumpx.pro | 4 |
2 files changed, 9 insertions, 11 deletions
diff --git a/inputmethods/jumpx/Makefile.in b/inputmethods/jumpx/Makefile.in index b6347d5..0fabaa5 100644 --- a/inputmethods/jumpx/Makefile.in +++ b/inputmethods/jumpx/Makefile.in @@ -8,3 +8,3 @@ CC = $(SYSCONF_CC) $(QT_C_MT) CFLAGS = $(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB) -INCPATH = -I../../include +INCPATH = -I$(OPIEDIR)/include LFLAGS = $(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) @@ -67,6 +67,4 @@ moc: $(SRCMOC) -tmake: Makefile.in - -Makefile.in: jumpx.pro - tmake jumpx.pro -o Makefile.in +tmake: + tmake jumpx.pro @@ -105,3 +103,3 @@ keyboard.o: keyboard.cpp \ keyboard.h \ - ../../include/qpe/resource.h + $(OPIEDIR)/include/qpe/resource.h @@ -110,5 +108,5 @@ keyboardimpl.o: keyboardimpl.cpp \ keyboardimpl.h \ - ../../include/qpe/inputmethodinterface.h \ - ../../include/qpe/qcom.h \ - ../../include/qpe/quuid.h + $(OPIEDIR)/include/qpe/inputmethodinterface.h \ + $(OPIEDIR)/include/qpe/qcom.h \ + $(OPIEDIR)/include/qpe/quuid.h diff --git a/inputmethods/jumpx/jumpx.pro b/inputmethods/jumpx/jumpx.pro index 433a798..f4699bd 100644 --- a/inputmethods/jumpx/jumpx.pro +++ b/inputmethods/jumpx/jumpx.pro @@ -8,4 +8,4 @@ TARGET = qjumpx DESTDIR = ../../plugins/inputmethods -INCLUDEPATH += ../../include/qpe -DEPENDPATH += ../../include/qpe +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe |