aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/roadmap/files/qt/qt2-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qtopia/roadmap/files/qt/qt2-fixes.patch')
-rw-r--r--recipes-qtopia/roadmap/files/qt/qt2-fixes.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-qtopia/roadmap/files/qt/qt2-fixes.patch b/recipes-qtopia/roadmap/files/qt/qt2-fixes.patch
new file mode 100644
index 0000000..63c1c96
--- /dev/null
+++ b/recipes-qtopia/roadmap/files/qt/qt2-fixes.patch
@@ -0,0 +1,10 @@
+--- src/qt/Makefile~qt2-fixes.patch
++++ src/qt/Makefile
+@@ -19,7 +19,7 @@
+
+ ifeq ($(DESKTOP),QPE)
+ CFLAGS += -I$(QTDIR)/include -DQWS
+- LIBS += -lqte -lqpe
++ LIBS += -lqpe
+ INSTALLDIR=$(QTDIR)
+ endif