src: file extension for header and source in config

header and source extensions are now in the projectsettings
This commit is contained in:
Andreas Stallinger
2015-03-18 15:48:59 +01:00
parent e3f1f004a0
commit 69ea6adddd
5 changed files with 25 additions and 8 deletions
@@ -24,5 +24,11 @@
<FrameworkSearchPaths>
<FrameworkSearchPath><!-- STRING: framework search path --></FrameworkSearchPath>
</FrameworkSearchPaths>
<Extensions>
<HeaderExtensions><!-- STRING: extension for header/include e.g. .h --></HeaderExtensions>
<SourceExtensions><!-- STRING: extension for source e.g. .cpp --></SourceExtensions>
</Extensions>
</source>
</config>