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.
14 lines
480 B
Plaintext
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
|
|
|