On domingo, 29 de dezembro de 2013 14:36:38, Gisle Vanem wrote: > I edited my %QT_INSTALL_PREFIX\mkspecs\common\shell-win32.conf and > replaced: > QMAKE_DEL_FILE = del > > with: > QMAKE_DEL_FILE = del /e /k > > This works fine. Thanks. > > Are the shell-win32.conf commands used universally now? AFAICR some commands > where hardcoded into qmake previously.
qmake should not hardcode anything. It will always use the contents of the qmake.conf file. However, some .prf files in mkspecs/features might hardcode stuff instead of using the variables set in qmake.conf or defined at the top of the Makefile. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest