1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Introjucer: made the project wizard create some default exporters.

This commit is contained in:
jules 2012-04-24 10:50:00 +01:00
parent 2e1ead004e
commit 10815d9e4d
7 changed files with 29 additions and 26 deletions

View file

@ -159,6 +159,8 @@ public:
sourceGroup.addFile (mainCppFile, -1, true);
}
project.createDefaultExporters();
return true;
}