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 Changed 15 years ago by Dmitry A. Kuminov

Owner: set to Dmitry A. Kuminov
Status: newaccepted

comment:2 Changed 15 years ago by Dmitry A. Kuminov

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.

comment:3 Changed 15 years ago by Dmitry A. Kuminov

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.