summaryrefslogtreecommitdiff
path: root/inputmethods/jumpx/Makefile.in
Unidiff
Diffstat (limited to 'inputmethods/jumpx/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/jumpx/Makefile.in16
1 files changed, 7 insertions, 9 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)
8 CFLAGS =$(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB) 8 CFLAGS =$(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB)
9 INCPATH =-I../../include 9 INCPATH =-I$(OPIEDIR)/include
10 LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) 10 LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
@@ -67,6 +67,4 @@ moc: $(SRCMOC)
67 67
68tmake: Makefile.in 68tmake:
69 69 tmake jumpx.pro
70Makefile.in: jumpx.pro
71 tmake jumpx.pro -o Makefile.in
72 70
@@ -105,3 +103,3 @@ keyboard.o: keyboard.cpp \
105 keyboard.h \ 103 keyboard.h \
106 ../../include/qpe/resource.h 104 $(OPIEDIR)/include/qpe/resource.h
107 105
@@ -110,5 +108,5 @@ keyboardimpl.o: keyboardimpl.cpp \
110 keyboardimpl.h \ 108 keyboardimpl.h \
111 ../../include/qpe/inputmethodinterface.h \ 109 $(OPIEDIR)/include/qpe/inputmethodinterface.h \
112 ../../include/qpe/qcom.h \ 110 $(OPIEDIR)/include/qpe/qcom.h \
113 ../../include/qpe/quuid.h 111 $(OPIEDIR)/include/qpe/quuid.h
114 112