Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
Qt Creator 4.2.0
-
None
-
Windows 10 pro 64bit
Qt 5.7 64bit
Description
Steps to show the problem:
1. create a widget project
2. write some code to load from a text file in resource, though the text file doesn't exists yet
3. compile the project successfully
4. add the needed text file in the resource (.qrc)
5. Rebuild/(Clean and build)
6. Run the project, the text file can't be opened
7. delete the build directory, build the project again, it works
BTW, Qt is good, Qt Creator is not so good
Attachments
Issue Links
- is replaced by
-
QTBUG-13334 qrc files are not added to Makefile dependencies in debug_and_release mode
- Closed