Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 4.13.2
-
None
-
Linux
Description
hjk this bug is very similar to QTCREATORBUG-24709
When the file path where my project is stored has an accent, qmake does not compile well for UI .ui or .qrc files that include images abc.png on the project path. My build directory is stored on /home/user/builds/build-proj-Debug/ whereas my project is on /home/user/FísicaProjects/proj/
make: *** No rule to make target '../../F�sicaProjects/proj/abc.png', needed by 'qrc_proj.cpp'. Stop. 17:05:25: The process "/usr/bin/make" exited with code 2. Error while building/deploying project pga (kit: Desktop) When executing step "Make"
When I remove the accent in the path, all works fine. The accent is shown by make as a weird ? symbol.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-24709 file path accent encoding is wrong when debugger is running
- Closed
-
QTCREATORBUG-20834 Warn if project or build directory contains spaces, non-ASCII or special characters
- Open