mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +00:00
Projucer: fixed the way the GUI editor generates include paths
This commit is contained in:
parent
6fc4d5aac6
commit
60cd2d7b67
16 changed files with 80 additions and 81 deletions
|
|
@ -69,7 +69,7 @@ static StringArray recursiveFiles;
|
|||
File TestComponent::findFile() const
|
||||
{
|
||||
if (filename.isEmpty())
|
||||
return File::nonexistent;
|
||||
return File();
|
||||
|
||||
if (ownerDocument != nullptr)
|
||||
return ownerDocument->getCppFile().getSiblingFile (filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue