Resource in parent directory
Solved
General and Desktop
-
Hi,
my project has .qrc file which includes one file from parent directory (its relative path to project and qrc file is ../file.txt). It seems that I will not be able to acccess this file in my app. Is there any solution to this? (I can't move the files, nor create .qrc file in parent directory). -
Use alias to create a new path for this file.
See the docs (
thirdsecond snippet): Qt Resource System