summaryrefslogtreecommitdiff
path: root/packages/zroadmap/files/qt2-fixes-r1.patch
diff options
context:
space:
mode:
authorJunqian Gordon Xu <xjqian@gmail.com>2007-12-12 07:32:26 +0000
committerJunqian Gordon Xu <xjqian@gmail.com>2007-12-12 07:32:26 +0000
commit49b8194c0aa1ab27a795cecac8954298fcfe6096 (patch)
treeae9c9858f56d157b9d3248605a4e16c4d8080e1d /packages/zroadmap/files/qt2-fixes-r1.patch
parent5e567478a22e4e0c25dcef25302f476e5d0fbb1b (diff)
zroadmap: move zroadmap recipies to packages/roadmap for merging
Diffstat (limited to 'packages/zroadmap/files/qt2-fixes-r1.patch')
-rw-r--r--packages/zroadmap/files/qt2-fixes-r1.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/packages/zroadmap/files/qt2-fixes-r1.patch b/packages/zroadmap/files/qt2-fixes-r1.patch
deleted file mode 100644
index 24fe1c9bdb..0000000000
--- a/packages/zroadmap/files/qt2-fixes-r1.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-
-#
-# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
-#
-
---- src/qt/qt_main.cc~qt2-fixes-r1.patch
-+++ src/qt/qt_main.cc
-@@ -137,7 +137,7 @@
- switch (orientation[0]) {
- case 't':
- case 'T': break;
--
-+#ifndef QWS
- case 'b':
- case 'B': moveDockWindow (toolBar, DockBottom); break;
-
-@@ -146,7 +146,7 @@
-
- case 'r':
- case 'R': moveDockWindow (toolBar, DockRight); break;
--
-+#endif
- default: roadmap_log (ROADMAP_FATAL,
- "Invalid toolbar orientation %s", orientation);
- }
---- src/qt/Makefile~qt2-fixes-r1.patch
-+++ src/qt/Makefile
-@@ -19,7 +19,7 @@
-
- ifeq ($(DESKTOP),QPE)
- CFLAGS += -I$(QTDIR)/include -DQWS
-- LIBS += -lqte -lqpe
-+ LIBS += -lqpe
- INSTALLDIR=$(QTDIR)
- endif
-