Opened 7 years ago

Closed 6 years ago

Last modified 3 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 7 years ago.

Download all attachments as: .zip

Change History (4)

Changed 7 years ago by Silvan Scherrer

Attachment: qmake.conf added

comment:1 Changed 6 years ago by Silvan Scherrer

Resolution: fixed
Status: newclosed

this is done in the recent Qt 5 port.

comment:2 Changed 6 years ago by Silvan Scherrer

Description: modified (diff)

comment:3 Changed 3 years ago by Silvan Scherrer

same as #312

Note: See TracTickets for help on using tickets.