gambas-source-code/app/examples/Networking/WebBrowser/.project
Benoît Minisini 43f26cd8ff [CONFIGURATION]
* NEW: gb.qt5 component.

[EXAMPLES]
* BUG: Fix WebBrowser example.

[INTERPRETER]
* NEW: Fix compilation of EXEC and SHELL for older bytecode versions.

[GB.DB.FORM]
* NEW: Display the busy mouse cursor while loading SQL data.

[GB.QT4]
* NEW: Support for QT5.

[GB.QT5]
* NEW: Initial version of the QT5 component. Not everything is working. 
  There is no Embedder and TrayIcon controls.


git-svn-id: svn://localhost/gambas/trunk@7062 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-05-08 17:40:28 +00:00

26 lines
628 B
XML

# Gambas Project File 3.0
# Compiled with Gambas 3.7.90
Title=Light browser based on WebKit component
Startup=FBrowser
Icon=icon.png
Version=1.0.1
Component=gb.image
Component=gb.qt4
Component=gb.form
Component=gb.desktop.x11
Component=gb.desktop
Component=gb.form.dialog
Component=gb.qt4.webkit
Description="Light browser based on the QT4 Webkit component"
TabSize=2
Translate=1
Language=fr
Maintainer=benoit
Vendor=Example
Address=benoit@desnouettes
License=General Public Licence
Packager=1
Systems=mandriva
Menus=mandriva:"More Applications/Development/Other"
Groups=mandriva:"Development/Other"
Tags=Network,Web,WebBrowser