openbsd-ports/x11/qt4/patches/patch-examples_designer_customwidgetplugin_customwidgetplugin_pro
espie 67178f8451 update to qt 4.1.0, heavily patch qmake to handle SHARED_LIBS.
patch a lot of Makefiles to avoid debug stuff entirely.
fix a few tests so that libmng gets picked up, and some various NIS
and IPv6 stuff.
2005-12-31 15:59:50 +00:00

11 lines
515 B
Plaintext

$OpenBSD: patch-examples_designer_customwidgetplugin_customwidgetplugin_pro,v 1.1 2005/12/31 15:59:50 espie Exp $
--- examples/designer/customwidgetplugin/customwidgetplugin.pro.orig Sat Dec 31 14:40:33 2005
+++ examples/designer/customwidgetplugin/customwidgetplugin.pro Sat Dec 31 14:40:41 2005
@@ -1,4 +1,5 @@
-CONFIG += designer plugin debug_and_release
+CONFIG += designer plugin
+#CONFIG += designer plugin debug_and_release
TEMPLATE = lib
DESTDIR = $$QT_BUILD_TREE/plugins/designer