Opened 13 years ago
Last modified 13 years ago
#3767 new Feature Requests
Support for Frameworks on OSX + Qt4
Reported by: | Sohail Somani | Owned by: | Vladimir Prus |
---|---|---|---|
Milestone: | Boost 1.42.0 | Component: | build |
Version: | Boost 1.41.0 | Severity: | Not Applicable |
Keywords: | Cc: | boost-trac@… |
Description
When using Cocoa with Qt4.5 onwards, we need to use the Qt framework bundles rather than linking to the dynamic libraries. This is because a NIB file needs to be loaded to properly handle menus.
I think a new feature qt-cocoa (yes/no) would be enough from the user's point of view.
I can provide testing if needed. I tried to add it myself but failed miserably!
Change History (4)
comment:1 by , 13 years ago
Cc: | added |
---|
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Component: | bjam → build |
---|---|
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.
Here is how I am currently using the Qt framework (4.6.0) with Boost Jam: