#303 closed enhancement (fixed)
convert qmake.conf to have it working in a non cmd shell env
| Reported by: | Silvan Scherrer | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Qt Enhanced |
| Component: | qmake | Version: | 4.7.3 |
| Severity: | low | Keywords: | |
| Cc: |
Description (last modified by )
I had to change qmake.conf a bit to have it working in a pure rpm env. and this env is as we all know not cmd shell based.
the
QMAKE_MKDIR = || mkdir -p
change is a bit hackish, but as we lack isDosShell() in qmake, it's the only solution to have install targets working.
I also attach my qmake.conf for reference.
Attachments (1)
Change History (4)
by , 9 years ago
| Attachment: | qmake.conf added |
|---|
comment:1 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 7 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.

this is done in the recent Qt 5 port.