Opened 13 years ago
Closed 5 years ago
#241 closed defect (wontfix)
Move PM extensions to a separate DLL
Reported by: | Dmitry A. Kuminov | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | General | Version: | |
Severity: | medium | Keywords: | |
Cc: |
Description
There is a number of extensions to PM APIs (search for qt_Win*) that don't belong to Qt -- they are pure PM functions not using any Qt data types or structures that can be useful for other applications as well, as they mostly fix what we consider PM bugs.
Having them all together as a separate DLL is good because breaks the dependency on the Qt DLLs and their fancy names (so it may be easily used by non-Qt programs).
Change History (5)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Milestone: | Qt Enhanced → Qt 4.next |
---|
comment:5 by , 5 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
is this still true with Qt 5? If yes we should open a ticket at https://github.com/bitwiseworks/qtbase-os2
Note:
See TracTickets
for help on using tickets.
See the end of #203 for more motivation.