67178f8451
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.
13 lines
479 B
Plaintext
13 lines
479 B
Plaintext
$OpenBSD: patch-src_plugins_qpluginbase_pri,v 1.1 2005/12/31 15:59:50 espie Exp $
|
|
--- src/plugins/qpluginbase.pri.orig Fri Dec 30 17:34:51 2005
|
|
+++ src/plugins/qpluginbase.pri Fri Dec 30 17:35:01 2005
|
|
@@ -1,7 +1,7 @@
|
|
TEMPLATE = lib
|
|
CONFIG += qt plugin
|
|
|
|
-!win32-msvc:!macx-xcode:CONFIG += debug_and_release
|
|
+#!win32-msvc:!macx-xcode:CONFIG += debug_and_release
|
|
!debug_and_release|build_pass {
|
|
CONFIG(debug, debug|release): {
|
|
unix:TARGET = $$member(TARGET, 0)_debug
|