Opened 8 years ago

Closed 6 years ago

Last modified 4 years ago

#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 Silvan Scherrer)

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)

qmake.conf (7.0 KB ) - added by Silvan Scherrer 8 years ago.

Download all attachments as: .zip

Change History (4)

by Silvan Scherrer, 8 years ago

Attachment: qmake.conf added

comment:1 by Silvan Scherrer, 6 years ago

Resolution: fixed
Status: newclosed

this is done in the recent Qt 5 port.

comment:2 by Silvan Scherrer, 6 years ago

Description: modified (diff)

comment:3 by Silvan Scherrer, 4 years ago

same as #312

Note: See TracTickets for help on using tickets.