summaryrefslogtreecommitdiff
path: root/misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py')
-rw-r--r--misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py22
1 files changed, 0 insertions, 22 deletions
diff --git a/misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py b/misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py
deleted file mode 100644
index 44d36d762b54..000000000000
--- a/misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py
+++ /dev/null
@@ -1,22 +0,0 @@
---- examples/designer/plugins/plugins.py.orig Thu Aug 9 23:42:04 2007
-+++ examples/designer/plugins/plugins.py Thu Aug 9 23:47:13 2007
-@@ -11,6 +11,10 @@
-
- from PyQt4 import QtCore, QtGui
-
-+# FreeBSD check
-+freebsd = False
-+if sys.platform[:-1] == 'freebsd': freebsd = True
-+
-
- app = QtGui.QApplication(sys.argv)
-
-@@ -43,6 +47,8 @@
-
- if sys.platform == 'darwin':
- designer_bin += '/Designer.app/Contents/MacOS/Designer'
-+elif freebsd:
-+ designer_bin.append("/designer-qt4")
- else:
- designer_bin += '/designer'
-