openbsd-ports/x11/qt4/patches/patch-demos_arthurplugin_arthurplugin_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

14 lines
480 B
Plaintext

$OpenBSD: patch-demos_arthurplugin_arthurplugin_pro,v 1.1 2005/12/31 15:59:50 espie Exp $
--- demos/arthurplugin/arthurplugin.pro.orig Sat Dec 31 14:06:26 2005
+++ demos/arthurplugin/arthurplugin.pro Sat Dec 31 14:06:34 2005
@@ -1,7 +1,8 @@
QTDIR = $$QT_SOURCE_TREE
-CONFIG += designer plugin debug_and_release
+CONFIG += designer plugin
+#CONFIG += designer plugin debug_and_release
TEMPLATE = lib
DESTDIR = $$QT_BUILD_TREE/plugins/designer