win32 block added
authorAlexander von Renteln <phon@quassel-irc.org>
Thu, 31 Jan 2008 14:31:20 +0000 (14:31 +0000)
committerAlexander von Renteln <phon@quassel-irc.org>
Thu, 31 Jan 2008 14:31:20 +0000 (14:31 +0000)
build/buildconf.pri

index 85c2169..e4a5710 100644 (file)
@@ -1,2 +1,6 @@
 CONFIG += debug warn_on uic resources qt
 # CONFIG += incremental link_prl nostrip qt_no_framework
+
+win32{ 
+CONFIG = release warn_on uic resources qt windows static
+}