1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Projucer: Removed GUI dependencies on Linux

This commit is contained in:
ed 2019-11-25 15:54:38 +00:00
parent 30b41c67cf
commit d179e67052
5 changed files with 63 additions and 51 deletions

View file

@ -74,7 +74,7 @@ namespace
project.reset (new Project (projectFile));
if (! project->loadFrom (projectFile, true))
if (! project->loadFrom (projectFile, true, false))
{
project.reset();
ConsoleApplication::fail ("Failed to load the project file: " + projectFile.getFullPathName());
@ -222,7 +222,6 @@ namespace
//==============================================================================
static void showStatus (const ArgumentList& args)
{
hideDockIcon();
args.checkMinNumArguments (2);
LoadedProject proj (args[1]);