Opened 16 years ago
Closed 16 years ago
#125 closed defect (fixed)
QMAKESPEC qmake variable not defined
| Reported by: | Dmitry A. Kuminov | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Qt 4.6.2 |
| Component: | General | Version: | 4.5.1 GA |
| Severity: | low | Keywords: | |
| Cc: |
Description
Outside the Qt source tree, the QMAKESPEC qmake variable is not defined but we refer it in the default_post.prf file for the OS/2 platform. As a result, the BLDLEVEL info taken from VERSION, QMAKE_TARGET_PRODUCT and other similar variables cannot be generated because emxexpw.cmd necessary for that is not found.
Change History (2)
comment:1 by , 16 years ago
| Milestone: | Qt Enhanced → Qt 4.6.1 |
|---|
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in r550. This in particular affected applications built using the "dev" WPI package.