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:
parent
30b41c67cf
commit
d179e67052
5 changed files with 63 additions and 51 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue