# HG changeset patch
# User Darshaka Pathirana <[EMAIL PROTECTED]>
# Date 1207576511 -7200
# Node ID 715267b2caa16459ec9f009347e25d04bafa06fc
# Parent  aedc121c37d37a1a1d5b825ee9e474d2b68b7e2e
quick and dirty hack to build /SUBSYSTEM:WINDOWS without dosbox

diff -r aedc121c37d3 -r 715267b2caa1 
wengophone/src/presentation/qt/CMakeLists.txt
--- a/wengophone/src/presentation/qt/CMakeLists.txt     Fri Apr 04 15:28:03 
2008 +0200
+++ b/wengophone/src/presentation/qt/CMakeLists.txt     Mon Apr 07 15:55:11 
2008 +0200
@@ -504,7 +504,11 @@
        )
 endif (LINUX)
 
-ow_create_project_binary(MACOSX_BUNDLE)
+if (WIN32)
+       ow_create_project_binary(WIN32)
+else (WIN32)
+       ow_create_project_binary(MACOSX_BUNDLE)
+endif (WIN32)
 
 ow_locale_release(
        ${CMAKE_CURRENT_SOURCE_DIR}/lang

_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to