ec23ce840d
changes (among many others): - New QLocale Class - The ActiveQt framework, first available in Qt 3.1, has been enhanced in lots of ways in Qt 3.3. - Semi-Transparent Windows Other Improvements - The network module now supports IPv6 in addition to IPv4. - New 64-bit platforms are supported: Itanium on Linux (Intel compiler) and Windows (MSVC and Intel). - QCursor now provides the BusyCursor shape, which combines an hourglass with an arrow. - Qt's DOM classes are now reentrant when Qt is built with multithread support enabled. See http://www.trolltech.com/products/qt/whatsnew.html for more details.
13 lines
359 B
Text
13 lines
359 B
Text
$NetBSD: patch-bc,v 1.2 2004/04/16 14:30:45 recht Exp $
|
|
|
|
--- tools/assistant/lib/lib.pro.orig 2003-10-31 15:36:28.000000000 +0100
|
|
+++ tools/assistant/lib/lib.pro 2004-04-15 01:53:19.000000000 +0200
|
|
@@ -3,7 +3,7 @@
|
|
VERSION = 1.0
|
|
|
|
CONFIG += qt warn_on release
|
|
-CONFIG += staticlib
|
|
+#CONFIG += staticlib
|
|
CONFIG -= dll
|
|
|
|
SOURCES = qassistantclient.cpp
|