Salome HOME
initial version of a template to generate application modules (in order to replace...
authorcrouzet <nicolas.crouzet@cea.fr>
Tue, 9 Apr 2019 13:45:03 +0000 (15:45 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Tue, 9 Apr 2019 13:45:03 +0000 (15:45 +0200)
commitfe35c66df7b434b48f6ab627989b57a4bb10ab6a
tree859748a082c2475792258fc60f92ce59d056c13f
parent78ad0b46f12b80c9213228c607b3947c8145dbaf
initial version of a template to generate application modules (in order to replace sat profile command)
17 files changed:
data/templates/AppModule/CMakeLists.txt [new file with mode: 0644]
data/templates/AppModule/LICENCE [new file with mode: 0644]
data/templates/AppModule/README [new file with mode: 0644]
data/templates/AppModule/resources/CMakeLists.txt [new file with mode: 0644]
data/templates/AppModule/resources/CTestCustom.cmake [new file with mode: 0644]
data/templates/AppModule/resources/CTestTestfile.cmake [new file with mode: 0644]
data/templates/AppModule/resources/LightApp_images.ts [new file with mode: 0644]
data/templates/AppModule/resources/LightApp_msg_en.ts [new file with mode: 0644]
data/templates/AppModule/resources/LightApp_msg_fr.ts [new file with mode: 0644]
data/templates/AppModule/resources/LightApp_msg_ja.ts [new file with mode: 0644]
data/templates/AppModule/resources/SalomeApp.xml.in [new file with mode: 0644]
data/templates/AppModule/resources/about.png [new file with mode: 0644]
data/templates/AppModule/resources/app_icon.png [new file with mode: 0644]
data/templates/AppModule/resources/app_logo.png [new file with mode: 0644]
data/templates/AppModule/resources/icon_about.png [new file with mode: 0644]
data/templates/AppModule/resources/splash.png [new file with mode: 0644]
data/templates/AppModule/template.info [new file with mode: 0644]