22 lines
518 B
Text
22 lines
518 B
Text
|
# Gambas Project File 3.0
|
||
|
# Compiled with Gambas 3.5.90
|
||
|
Title=Simple Photo Editor
|
||
|
Startup=FMain
|
||
|
Icon=icon.png
|
||
|
Version=3.6.2
|
||
|
VersionFile=1
|
||
|
Component=gb.image
|
||
|
Component=gb.gui
|
||
|
Component=gb.form
|
||
|
Component=gb.desktop
|
||
|
Component=gb.form.dialog
|
||
|
Component=gb.settings
|
||
|
Component=gb.image.effect
|
||
|
Description="This is a simple photo editor I made for my father. It is too complex for him, but it is still a good Gambas example!"
|
||
|
Authors="Benoît Minisini"
|
||
|
Environment="GB_GUI=gb.qt4"
|
||
|
TabSize=2
|
||
|
Translate=1
|
||
|
Language=fr
|
||
|
Packager=1
|