Opened 15 years ago
Closed 15 years ago
#14 closed defect (fixed)
Generate proper qconfig.h
Reported by: | Dmitry A. Kuminov | Owned by: | Dmitry A. Kuminov |
---|---|---|---|
Priority: | major | Milestone: | QtCore Beta |
Component: | General | Version: | 4.5.1 Beta 1 |
Severity: | Keywords: | ||
Cc: |
Description
configure.cmd needs to generate a proper qconfig.h
file containing required platform definitions (like endianness) plus Qt options (like the set of modules) based on the user input.
Currently, configure.cmd generates an empty qconfig.h that is fine for qmake but not enough for anything else.
Change History (3)
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Done in r46. This includes the generation of qconfig.pri and .qmake.cache.
BTW, I've created ticket:15 for the remaining configure.cmd tasks.