Opened 8 years ago
Last modified 4 years ago
#303 closed enhancement
convert qmake.conf to have it working in a non cmd shell env — at Initial Version
Reported by: | Silvan Scherrer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Qt Enhanced |
Component: | qmake | Version: | 4.7.3 |
Severity: | low | Keywords: | |
Cc: |
Description
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 wel lack isDosShell() in qmake, it's the only solution to have install targets working.
I also attach my qmake.conf for reference.
Note:
See TracTickets
for help on using tickets.