Changes between Initial Version and Version 1 of Ticket #88


Ignore:
Timestamp:
Sep 18, 2006, 11:38:25 AM (19 years ago)
Author:
ghost
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #88

    • Property Summary Qt4 and multithreadingQt4 build properties checking
  • Ticket #88 – Description

    initial v1  
    11Need to account for the fact that Qt4 requires multithreading. See:
    22http://thread.gmane.org/gmane.comp.lib.boost.build/12369/
     3
     4We also need to check that on Windows, GUI sybsystem is used,
     5quoting malcolm_cifuentes@yahoo.com.au:
     6
     7  by default using qt4 and mingw seems to build a console application. This causes all qt4 gui's to open a dos console in the background. This is unexpected bahaviour and goes against qmake behaviour. In order to fix this, the linker needs to be told to use the windows subsystem (eg. <linkflags>-Wl,-subsystem,windows). This will remove the pesky console window. It would be really nice if the qt4.jam did this automatically or at the very least provided a clue some where as to how to remove the console window.