Opened 20 years ago
Closed 19 years ago
#85 closed defect (duplicate)
qt4 and mingw
| Reported by: | Owned by: | somebody | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | qt4 mingw | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.

Merged this bug into #88.